Html Css Color HEX #EDE170 Texas

📋 copy color: '#EDE170'

red 237 ◦ green 225 ◦ blue 112

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

Shades of Texas #EDE170

Tints of Texas #EDE170

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.2%

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

R = 41.29%
G = 39.2%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDE170 (or 0xEDE170) is known color: Texas. HEX triplet: ED, E1 and 70. RGB value is (237,225,112). Sum of RGB (Red+Green+Blue) = 237+225+112=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 112 (44.14% from 255 or 19.51% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE170 is #121E8F. Grayscale: #D8D8D8. Windows color (decimal): -1187472 or 7397869. OLE color: 7397869.

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

Color convert

RGB 237 225 112 -
CMYK 0 0.05 0.53 0.07
HSL 54.24º 0.78% 0.68% -
HSV(B) 54.24º 0.53% 0.93% -
XYZ 64.77 73.02 26.01 -
YUV 215.71 69.48 143.19 -
System Red Green Blue C M Y K H S L
Decimal 237 225 112 0 0.05 0.53 0.07 54.24 0.78 0.68
Hex ED E1 70 0 5 35 7 36 4E 44
Octal 355 341 160 0 5 65 7 66 116 104
Binary 11101101 11100001 1110000 0 101 110101 111 110110 1001110 1000100

Color Harmonies of #EDE170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE170

Black with #EDE170

Text Example


Text Example

White with #EDE170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE170; }

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

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

background-color css

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

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

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

border-color css

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

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

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