Html Css Color HEX #EDE470 Texas

📋 copy color: '#EDE470'

red 237 ◦ green 228 ◦ blue 112

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

Shades of Texas #EDE470

Tints of Texas #EDE470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.41%

R = 41.07%
G = 39.51%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDE470 (or 0xEDE470) is known color: Texas. HEX triplet: ED, E4 and 70. RGB value is (237,228,112). Sum of RGB (Red+Green+Blue) = 237+228+112=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 228 (89.45% from 255 or 39.51% from 577); Blue value is 112 (44.14% from 255 or 19.41% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE470 is #121B8F. Grayscale: #D9D9D9. Windows color (decimal): -1186704 or 7398637. OLE color: 7398637.

HSL color Cylindrical-coordinate representation of color #EDE470: hue angle of 55.68º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDE470 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 228 112 -
CMYK 0 0.04 0.53 0.07
HSL 55.68º 0.78% 0.68% -
HSV(B) 55.68º 0.53% 0.93% -
XYZ 65.59 74.66 26.28 -
YUV 217.47 68.48 141.93 -
System Red Green Blue C M Y K H S L
Decimal 237 228 112 0 0.04 0.53 0.07 55.68 0.78 0.68
Hex ED E4 70 0 4 35 7 38 4E 44
Octal 355 344 160 0 4 65 7 70 116 104
Binary 11101101 11100100 1110000 0 100 110101 111 111000 1001110 1000100

Color Harmonies of #EDE470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE470

Black with #EDE470

Text Example


Text Example

White with #EDE470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE470; }

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

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

background-color css

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

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

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

border-color css

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

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

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