Html Css Color HEX #EDE478 Texas

📋 copy color: '#EDE478'

red 237 ◦ green 228 ◦ blue 120

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

Shades of Texas #EDE478

Tints of Texas #EDE478

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.97%

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

R = 40.51%
G = 38.97%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDE478 (or 0xEDE478) is known color: Texas. HEX triplet: ED, E4 and 78. RGB value is (237,228,120). Sum of RGB (Red+Green+Blue) = 237+228+120=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 228 (89.45% from 255 or 38.97% from 585); Blue value is 120 (47.27% from 255 or 20.51% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE478 is #121B87. Grayscale: #DADADA. Windows color (decimal): -1186696 or 7922925. OLE color: 7922925.

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

Color convert

RGB 237 228 120 -
CMYK 0 0.04 0.49 0.07
HSL 55.38º 0.76% 0.7% -
HSV(B) 55.38º 0.49% 0.93% -
XYZ 66.06 74.85 28.73 -
YUV 218.38 72.48 141.28 -
System Red Green Blue C M Y K H S L
Decimal 237 228 120 0 0.04 0.49 0.07 55.38 0.76 0.7
Hex ED E4 78 0 4 31 7 37 4C 46
Octal 355 344 170 0 4 61 7 67 114 106
Binary 11101101 11100100 1111000 0 100 110001 111 110111 1001100 1000110

Color Harmonies of #EDE478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE478

Black with #EDE478

Text Example


Text Example

White with #EDE478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE478; }

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

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

background-color css

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

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

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

border-color css

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

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

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