#EFE87D

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

Shades of Texas #EFE87D

Tints of Texas #EFE87D

Color information

#EFE87D (or 0xEFE87D) is unknown color: approx Texas. HEX triplet: EF, E8 and 7D. RGB value is (239,232,125). Sum of RGB (Red+Green+Blue) = 239+232+125=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 232 (91.02% from 255 or 38.93% from 596); Blue value is 125 (49.22% from 255 or 20.97% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE87D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE87D is #101782. Grayscale: #DEDEDE. Windows color (decimal): -1054595 or 8251631. OLE color: 8251631.

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

Color convert

RGB239232125-
CMYK00.030.480.06
HSL56.32º78.08%71.37%-
HSV(B)56.32º47.7%93.73%-
XYZ68.1577.5430.78-
YUV221.973.32140.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 232 (91.02% from 255) = 38.93%
BLUE value IS 125 (49.22% from 255) = 20.97%
R=40.10%
G=38.93%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923212500.030.480.0656.3278.0871.37
HexEFE87D03306384e47
Octal3573501750360670116107
Binary1110111111101000111110101111000011011100010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE87D; }

 p { color: rgb(239,232,125); }

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

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

 a { background-color: rgb(239,232,125); }

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

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

 span { border-color: rgb(239,232,125); }

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