#EFEA77

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

Shades of Texas #EFEA77

Tints of Texas #EFEA77

Color information

#EFEA77 (or 0xEFEA77) is unknown color: approx Texas. HEX triplet: EF, EA and 77. RGB value is (239,234,119). Sum of RGB (Red+Green+Blue) = 239+234+119=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 234 (91.80% from 255 or 39.53% from 592); Blue value is 119 (46.88% from 255 or 20.10% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEA77 is #101588. Grayscale: #DEDEDE. Windows color (decimal): -1054089 or 7858927. OLE color: 7858927.

HSL color Cylindrical-coordinate representation of color #EFEA77: hue angle of 57.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFEA77 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB239234119-
CMYK00.020.500.06
HSL57.5º78.95%70.2%-
HSV(B)57.5º50.21%93.73%-
XYZ68.3578.5329.01-
YUV222.3969.66139.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.37%
GREEN value IS 234 (91.80% from 255) = 39.53%
BLUE value IS 119 (46.88% from 255) = 20.10%
R=40.37%
G=39.53%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923411900.020.500.0657.578.9570.2
HexEFEA77023263a4f46
Octal3573521670262672117106
Binary1110111111101010111011101011001011011101010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEA77; }

 p { color: rgb(239,234,119); }

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

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

 a { background-color: rgb(239,234,119); }

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

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

 span { border-color: rgb(239,234,119); }

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