Html Css Color HEX #EDE076 Texas

📋 copy color: '#EDE076'

red 237 ◦ green 224 ◦ blue 118

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

Shades of Texas #EDE076

Tints of Texas #EDE076

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.69%

 BLUE value IS 118 (46.48% from 255) = 20.38%

R = 40.93%
G = 38.69%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDE076 (or 0xEDE076) is known color: Texas. HEX triplet: ED, E0 and 76. RGB value is (237,224,118). Sum of RGB (Red+Green+Blue) = 237+224+118=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 118 (46.48% from 255 or 20.38% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE076 is #121F89. Grayscale: #D8D8D8. Windows color (decimal): -1187722 or 7790829. OLE color: 7790829.

HSL color Cylindrical-coordinate representation of color #EDE076: hue angle of 53.45º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDE076 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 224 118 -
CMYK 0 0.05 0.50 0.07
HSL 53.45º 0.77% 0.7% -
HSV(B) 53.45º 0.5% 0.93% -
XYZ 64.85 72.62 27.74 -
YUV 215.8 72.81 143.12 -
System Red Green Blue C M Y K H S L
Decimal 237 224 118 0 0.05 0.50 0.07 53.45 0.77 0.7
Hex ED E0 76 0 5 32 7 35 4D 46
Octal 355 340 166 0 5 62 7 65 115 106
Binary 11101101 11100000 1110110 0 101 110010 111 110101 1001101 1000110

Color Harmonies of #EDE076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE076

Black with #EDE076

Text Example


Text Example

White with #EDE076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE076; }

 p { color: rgb(237,224,118); }

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

background-color css

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

 a { background-color: rgb(237,224,118); }

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

border-color css

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

 span { border-color: rgb(237,224,118); }

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