Html Css Color HEX #EDEA76 Texas

📋 copy color: '#EDEA76'

red 237 ◦ green 234 ◦ blue 118

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

Shades of Texas #EDEA76

Tints of Texas #EDEA76

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.73%

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

R = 40.24%
G = 39.73%
B = 20.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDEA76 (or 0xEDEA76) is known color: Texas. HEX triplet: ED, EA and 76. RGB value is (237,234,118). Sum of RGB (Red+Green+Blue) = 237+234+118=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 118 (46.48% from 255 or 20.03% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEA76 is #121589. Grayscale: #DEDEDE. Windows color (decimal): -1185162 or 7793389. OLE color: 7793389.

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

Color convert

RGB 237 234 118 -
CMYK 0 0.01 0.50 0.07
HSL 58.49º 0.77% 0.7% -
HSV(B) 58.49º 0.5% 0.93% -
XYZ 67.62 78.16 28.66 -
YUV 221.67 69.49 138.93 -
System Red Green Blue C M Y K H S L
Decimal 237 234 118 0 0.01 0.50 0.07 58.49 0.77 0.7
Hex ED EA 76 0 1 32 7 3A 4D 46
Octal 355 352 166 0 1 62 7 72 115 106
Binary 11101101 11101010 1110110 0 1 110010 111 111010 1001101 1000110

Color Harmonies of #EDEA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEA76

Black with #EDEA76

Text Example


Text Example

White with #EDEA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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