#EFED84

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

Shades of Texas #EFED84

Tints of Texas #EFED84

Color information

#EFED84 (or 0xEFED84) is unknown color: approx Texas. HEX triplet: EF, ED and 84. RGB value is (239,237,132). Sum of RGB (Red+Green+Blue) = 239+237+132=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 132 (51.95% from 255 or 21.71% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFED84 is #10127B. Grayscale: #E2E2E2. Windows color (decimal): -1053308 or 8711663. OLE color: 8711663.

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

Color convert

RGB239237132-
CMYK00.010.450.06
HSL58.88º76.98%72.75%-
HSV(B)58.88º44.77%93.73%-
XYZ70.0580.5933.69-
YUV225.6375.16137.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.31%
GREEN value IS 237 (92.97% from 255) = 38.98%
BLUE value IS 132 (51.95% from 255) = 21.71%
R=39.31%
G=38.98%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923713200.010.450.0658.8876.9872.75
HexEFED84012D63b4d49
Octal3573552040155673115111
Binary1110111111101101100001000110110111011101110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFED84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFED84; }

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

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

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

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

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

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

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

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