#EFE584

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

Shades of Texas #EFE584

Tints of Texas #EFE584

Color information

#EFE584 (or 0xEFE584) is unknown color: approx Texas. HEX triplet: EF, E5 and 84. RGB value is (239,229,132). Sum of RGB (Red+Green+Blue) = 239+229+132=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 229 (89.84% from 255 or 38.17% from 600); Blue value is 132 (51.95% from 255 or 22% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE584 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE584 is #101A7B. Grayscale: #DDDDDD. Windows color (decimal): -1055356 or 8709615. OLE color: 8709615.

HSL color Cylindrical-coordinate representation of color #EFE584: hue angle of 54.39º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFE584 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB239229132-
CMYK00.040.450.06
HSL54.39º76.98%72.75%-
HSV(B)54.39º44.77%93.73%-
XYZ67.7876.0632.94-
YUV220.9377.81140.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.83%
GREEN value IS 229 (89.84% from 255) = 38.17%
BLUE value IS 132 (51.95% from 255) = 22%
R=39.83%
G=38.17%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922913200.040.450.0654.3976.9872.75
HexEFE584042D6364d49
Octal3573452040455666115111
Binary111011111110010110000100010010110111011011010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE584; }

 p { color: rgb(239,229,132); }

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

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

 a { background-color: rgb(239,229,132); }

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

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

 span { border-color: rgb(239,229,132); }

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