Html Css Color HEX #EDE578 Texas

📋 copy color: '#EDE578'

red 237 ◦ green 229 ◦ blue 120

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

Shades of Texas #EDE578

Tints of Texas #EDE578

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.08%

 BLUE value IS 120 (47.27% from 255) = 20.48%

R = 40.44%
G = 39.08%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDE578 (or 0xEDE578) is known color: Texas. HEX triplet: ED, E5 and 78. RGB value is (237,229,120). Sum of RGB (Red+Green+Blue) = 237+229+120=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 229 (89.84% from 255 or 39.08% from 586); Blue value is 120 (47.27% from 255 or 20.48% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE578 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE578 is #121A87. Grayscale: #DBDBDB. Windows color (decimal): -1186440 or 7923181. OLE color: 7923181.

HSL color Cylindrical-coordinate representation of color #EDE578: hue angle of 55.9º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDE578 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 229 120 -
CMYK 0 0.03 0.49 0.07
HSL 55.9º 0.76% 0.7% -
HSV(B) 55.9º 0.49% 0.93% -
XYZ 66.33 75.4 28.83 -
YUV 218.97 72.15 140.86 -
System Red Green Blue C M Y K H S L
Decimal 237 229 120 0 0.03 0.49 0.07 55.9 0.76 0.7
Hex ED E5 78 0 3 31 7 38 4C 46
Octal 355 345 170 0 3 61 7 70 114 106
Binary 11101101 11100101 1111000 0 11 110001 111 111000 1001100 1000110

Color Harmonies of #EDE578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE578

Black with #EDE578

Text Example


Text Example

White with #EDE578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE578; }

 p { color: rgb(237,229,120); }

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

background-color css

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

 a { background-color: rgb(237,229,120); }

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

border-color css

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

 span { border-color: rgb(237,229,120); }

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