Html Css Color HEX #EDE977 Texas

📋 copy color: '#EDE977'

red 237 ◦ green 233 ◦ blue 119

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

Shades of Texas #EDE977

Tints of Texas #EDE977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.2%

R = 40.24%
G = 39.56%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDE977 (or 0xEDE977) is known color: Texas. HEX triplet: ED, E9 and 77. RGB value is (237,233,119). Sum of RGB (Red+Green+Blue) = 237+233+119=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 233 (91.41% from 255 or 39.56% from 589); Blue value is 119 (46.88% from 255 or 20.20% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE977 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE977 is #121688. Grayscale: #DDDDDD. Windows color (decimal): -1185417 or 7858669. OLE color: 7858669.

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

Color convert

RGB 237 233 119 -
CMYK 0 0.02 0.50 0.07
HSL 57.97º 0.77% 0.7% -
HSV(B) 57.97º 0.5% 0.93% -
XYZ 67.39 77.61 28.88 -
YUV 221.2 70.33 139.27 -
System Red Green Blue C M Y K H S L
Decimal 237 233 119 0 0.02 0.50 0.07 57.97 0.77 0.7
Hex ED E9 77 0 2 32 7 3A 4D 46
Octal 355 351 167 0 2 62 7 72 115 106
Binary 11101101 11101001 1110111 0 10 110010 111 111010 1001101 1000110

Color Harmonies of #EDE977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE977

Black with #EDE977

Text Example


Text Example

White with #EDE977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE977; }

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

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

background-color css

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

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

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

border-color css

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

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

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