#e5f07d

Color #E5F07D Texas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas #E5F07D

Tints of Texas #E5F07D

Color information

#E5F07D (or 0xE5F07D) is unknown color: approx Texas. HEX triplet: E5, F0 and 7D. RGB value is (229,240,125). Sum of RGB (Red+Green+Blue) = 229+240+125=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 125 (49.22% from 255 or 21.04% from 594); Max value from RGB is 240 - color contains mainly: green. Hex color #E5F07D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5F07D is #1A0F82. Grayscale: #E0E0E0. Windows color (decimal): -1707907 or 8253669. OLE color: 8253669.

HSL color Cylindrical-coordinate representation of color #E5F07D: hue angle of 65.74º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E5F07D is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB229240125-
CMYK0.0500.480.06
HSL65.74º79.31%71.57%-
HSV(B)65.74º47.92%94.12%-
XYZ67.1780.4631.39-
YUV223.672.36131.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 38.55%
GREEN value IS 240 (94.14% from 255) = 40.40%
BLUE value IS 125 (49.22% from 255) = 21.04%
R=38.55%
G=40.40%
B=21.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2292401250.0500.480.0665.7479.3171.57
HexE5F07D50306424f48
Octal34536017550606102117110
Binary111001011111000011111011010110000110100001010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5f07d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5f07d; }

 p { color: rgb(229,240,125); }

 H1.HeaderClassName
 {
   color: #e5f07d;
 }
 .AnyTagClassName
 {
   color: #e5f07d;
 }
</style>
background-color css

<style>
 a { background-color: #e5f07d; }

 a { background-color: rgb(229,240,125); }

 div.DivClassName
 {
   background-color: #e5f07d;
 }
 .BgClassName
 {
   background-color: #e5f07d;
 }
</style>
border-color css

<style>
 span { border-color: #e5f07d; }

 span { border-color: rgb(229,240,125); }

 td.TdClassName
 {
   border-color: #e5f07d;
 }
 .TagClassName
 {
   border-color: #e5f07d;
 }
</style>