#EFED82

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

Shades of Texas #EFED82

Tints of Texas #EFED82

Color information

#EFED82 (or 0xEFED82) is unknown color: approx Texas. HEX triplet: EF, ED and 82. RGB value is (239,237,130). Sum of RGB (Red+Green+Blue) = 239+237+130=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 130 (51.17% from 255 or 21.45% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFED82 is #10127D. Grayscale: #E1E1E1. Windows color (decimal): -1053310 or 8580591. OLE color: 8580591.

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

Color convert

RGB239237130-
CMYK00.010.460.06
HSL58.9º77.3%72.35%-
HSV(B)58.9º45.61%93.73%-
XYZ69.9180.5332.98-
YUV225.474.16137.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.44%
GREEN value IS 237 (92.97% from 255) = 39.11%
BLUE value IS 130 (51.17% from 255) = 21.45%
R=39.44%
G=39.11%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923713000.010.460.0658.977.372.35
HexEFED82012E63b4d48
Octal3573552020156673115110
Binary1110111111101101100000100110111011011101110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFED82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFED82; }

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

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

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

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

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

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

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

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