Html Css Color HEX #EDE882 Texas

📋 copy color: '#EDE882'

red 237 ◦ green 232 ◦ blue 130

#EDE882
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Texas #EDE882

Tints of Texas #EDE882

RGB

 RED value IS 237 (92.97% from 255) = 39.57%

 GREEN value IS 232 (91.02% from 255) = 38.73%

 BLUE value IS 130 (51.17% from 255) = 21.7%

R = 39.57%
G = 38.73%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EDE882 (or 0xEDE882) is known color: Texas. HEX triplet: ED, E8 and 82. RGB value is (237,232,130). Sum of RGB (Red+Green+Blue) = 237+232+130=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 232 (91.02% from 255 or 38.73% from 599); Blue value is 130 (51.17% from 255 or 21.70% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE882 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE882 is #12177D. Grayscale: #DEDEDE. Windows color (decimal): -1185662 or 8579309. OLE color: 8579309.

HSL color Cylindrical-coordinate representation of color #EDE882: hue angle of 57.2º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDE882 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 232 130 -
CMYK 0 0.02 0.45 0.07
HSL 57.2º 0.75% 0.72% -
HSV(B) 57.2º 0.45% 0.93% -
XYZ 67.81 77.33 32.47 -
YUV 221.87 76.16 138.79 -
System Red Green Blue C M Y K H S L
Decimal 237 232 130 0 0.02 0.45 0.07 57.2 0.75 0.72
Hex ED E8 82 0 2 2D 7 39 4B 48
Octal 355 350 202 0 2 55 7 71 113 110
Binary 11101101 11101000 10000010 0 10 101101 111 111001 1001011 1001000

Color Harmonies of #EDE882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE882

Black with #EDE882

Text Example


Text Example

White with #EDE882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE882; }

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

 H1.HeaderClassName
 {
   color: #EDE882;
 }
 .AnyTagClassName
 {
   color: #EDE882;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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