#EDEF82

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

Shades of Texas #EDEF82

Tints of Texas #EDEF82

Color information

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

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

Color convert

RGB237239130-
CMYK0.0100.460.06
HSL61.1º77.3%72.35%-
HSV(B)61.1º45.61%93.73%-
XYZ69.8281.3533.14-
YUV225.9873.84135.86-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372391300.0100.460.0661.177.372.35
HexEDEF82102E63d4d48
Octal3553572021056675115110
Binary1110110111101111100000101010111011011110110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEF82; }

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

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

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

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

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

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

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

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