#EFEB78

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

Shades of Texas #EFEB78

Tints of Texas #EFEB78

Color information

#EFEB78 (or 0xEFEB78) is unknown color: approx Texas. HEX triplet: EF, EB and 78. RGB value is (239,235,120). Sum of RGB (Red+Green+Blue) = 239+235+120=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 235 (92.19% from 255 or 39.56% from 594); Blue value is 120 (47.27% from 255 or 20.20% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEB78 is #101487. Grayscale: #DFDFDF. Windows color (decimal): -1053832 or 7924719. OLE color: 7924719.

HSL color Cylindrical-coordinate representation of color #EFEB78: hue angle of 57.98º 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 #EFEB78 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB239235120-
CMYK00.020.500.06
HSL57.98º78.81%70.39%-
HSV(B)57.98º49.79%93.73%-
XYZ68.779.1229.42-
YUV223.0969.83139.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.24%
GREEN value IS 235 (92.19% from 255) = 39.56%
BLUE value IS 120 (47.27% from 255) = 20.20%
R=40.24%
G=39.56%
B=20.20%

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
Decimal23923512000.020.500.0657.9878.8170.39
HexEFEB78023263a4f46
Octal3573531700262672117106
Binary1110111111101011111100001011001011011101010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEB78; }

 p { color: rgb(239,235,120); }

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

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

 a { background-color: rgb(239,235,120); }

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

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

 span { border-color: rgb(239,235,120); }

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