Html Css Color HEX #EDEC76 Texas

📋 copy color: '#EDEC76'

red 237 ◦ green 236 ◦ blue 118

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

Shades of Texas #EDEC76

Tints of Texas #EDEC76

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.93%

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

R = 40.1%
G = 39.93%
B = 19.97%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDEC76 (or 0xEDEC76) is known color: Texas. HEX triplet: ED, EC and 76. RGB value is (237,236,118). Sum of RGB (Red+Green+Blue) = 237+236+118=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 118 (46.48% from 255 or 19.97% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEC76 is #121389. Grayscale: #DFDFDF. Windows color (decimal): -1184650 or 7793901. OLE color: 7793901.

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

Color convert

RGB 237 236 118 -
CMYK 0 0.00 0.50 0.07
HSL 59.5º 0.77% 0.7% -
HSV(B) 59.5º 0.5% 0.93% -
XYZ 68.19 79.3 28.85 -
YUV 222.85 68.83 138.09 -
System Red Green Blue C M Y K H S L
Decimal 237 236 118 0 0.00 0.50 0.07 59.5 0.77 0.7
Hex ED EC 76 0 0 32 7 3B 4D 46
Octal 355 354 166 0 0 62 7 73 115 106
Binary 11101101 11101100 1110110 0 0 110010 111 111011 1001101 1000110

Color Harmonies of #EDEC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC76

Black with #EDEC76

Text Example


Text Example

White with #EDEC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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