Html Css Color HEX #EDE982 Texas

📋 copy color: '#EDE982'

red 237 ◦ green 233 ◦ blue 130

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

Shades of Texas #EDE982

Tints of Texas #EDE982

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.83%

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

R = 39.5%
G = 38.83%
B = 21.67%

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

#EDE982 (or 0xEDE982) is known color: Texas. HEX triplet: ED, E9 and 82. RGB value is (237,233,130). Sum of RGB (Red+Green+Blue) = 237+233+130=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 233 (91.41% from 255 or 38.83% from 600); Blue value is 130 (51.17% from 255 or 21.67% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE982 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE982 is #12167D. Grayscale: #DEDEDE. Windows color (decimal): -1185406 or 8579565. OLE color: 8579565.

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

Color convert

RGB 237 233 130 -
CMYK 0 0.02 0.45 0.07
HSL 57.76º 0.75% 0.72% -
HSV(B) 57.76º 0.45% 0.93% -
XYZ 68.09 77.89 32.57 -
YUV 222.45 75.83 138.38 -
System Red Green Blue C M Y K H S L
Decimal 237 233 130 0 0.02 0.45 0.07 57.76 0.75 0.72
Hex ED E9 82 0 2 2D 7 3A 4B 48
Octal 355 351 202 0 2 55 7 72 113 110
Binary 11101101 11101001 10000010 0 10 101101 111 111010 1001011 1001000

Color Harmonies of #EDE982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE982

Black with #EDE982

Text Example


Text Example

White with #EDE982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE982; }

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

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

background-color css

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

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

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

border-color css

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

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

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