Html Css Color HEX #EDDF76 Texas

📋 copy color: '#EDDF76'

red 237 ◦ green 223 ◦ blue 118

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

Shades of Texas #EDDF76

Tints of Texas #EDDF76

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.58%

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

R = 41%
G = 38.58%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDDF76 (or 0xEDDF76) is known color: Texas. HEX triplet: ED, DF and 76. RGB value is (237,223,118). Sum of RGB (Red+Green+Blue) = 237+223+118=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 118 (46.48% from 255 or 20.42% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF76 is #122089. Grayscale: #D7D7D7. Windows color (decimal): -1187978 or 7790573. OLE color: 7790573.

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

Color convert

RGB 237 223 118 -
CMYK 0 0.06 0.50 0.07
HSL 52.94º 0.77% 0.7% -
HSV(B) 52.94º 0.5% 0.93% -
XYZ 64.58 72.09 27.65 -
YUV 215.22 73.14 143.54 -
System Red Green Blue C M Y K H S L
Decimal 237 223 118 0 0.06 0.50 0.07 52.94 0.77 0.7
Hex ED DF 76 0 6 32 7 35 4D 46
Octal 355 337 166 0 6 62 7 65 115 106
Binary 11101101 11011111 1110110 0 110 110010 111 110101 1001101 1000110

Color Harmonies of #EDDF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF76

Black with #EDDF76

Text Example


Text Example

White with #EDDF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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