Html Css Color HEX #EDE570 Texas

📋 copy color: '#EDE570'

red 237 ◦ green 229 ◦ blue 112

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

Shades of Texas #EDE570

Tints of Texas #EDE570

RGB

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

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

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

R = 41%
G = 39.62%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDE570 (or 0xEDE570) is known color: Texas. HEX triplet: ED, E5 and 70. RGB value is (237,229,112). Sum of RGB (Red+Green+Blue) = 237+229+112=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 229 (89.84% from 255 or 39.62% from 578); Blue value is 112 (44.14% from 255 or 19.38% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE570 is #121A8F. Grayscale: #DADADA. Windows color (decimal): -1186448 or 7398893. OLE color: 7398893.

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

Color convert

RGB 237 229 112 -
CMYK 0 0.03 0.53 0.07
HSL 56.16º 0.78% 0.68% -
HSV(B) 56.16º 0.53% 0.93% -
XYZ 65.87 75.21 26.38 -
YUV 218.05 68.15 141.51 -
System Red Green Blue C M Y K H S L
Decimal 237 229 112 0 0.03 0.53 0.07 56.16 0.78 0.68
Hex ED E5 70 0 3 35 7 38 4E 44
Octal 355 345 160 0 3 65 7 70 116 104
Binary 11101101 11100101 1110000 0 11 110101 111 111000 1001110 1000100

Color Harmonies of #EDE570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE570

Black with #EDE570

Text Example


Text Example

White with #EDE570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE570; }

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

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

background-color css

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

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

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

border-color css

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

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

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