Html Css Color HEX #EDE572 Texas

📋 copy color: '#EDE572'

red 237 ◦ green 229 ◦ blue 114

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

Shades of Texas #EDE572

Tints of Texas #EDE572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.66%

R = 40.86%
G = 39.48%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDE572 (or 0xEDE572) is known color: Texas. HEX triplet: ED, E5 and 72. RGB value is (237,229,114). Sum of RGB (Red+Green+Blue) = 237+229+114=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 229 (89.84% from 255 or 39.48% from 580); Blue value is 114 (44.92% from 255 or 19.66% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE572 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE572 is #121A8D. Grayscale: #DADADA. Windows color (decimal): -1186446 or 7529965. OLE color: 7529965.

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

Color convert

RGB 237 229 114 -
CMYK 0 0.03 0.52 0.07
HSL 56.1º 0.77% 0.69% -
HSV(B) 56.1º 0.52% 0.93% -
XYZ 65.98 75.26 26.97 -
YUV 218.28 69.15 141.35 -
System Red Green Blue C M Y K H S L
Decimal 237 229 114 0 0.03 0.52 0.07 56.1 0.77 0.69
Hex ED E5 72 0 3 34 7 38 4D 45
Octal 355 345 162 0 3 64 7 70 115 105
Binary 11101101 11100101 1110010 0 11 110100 111 111000 1001101 1000101

Color Harmonies of #EDE572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE572

Black with #EDE572

Text Example


Text Example

White with #EDE572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE572; }

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

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

background-color css

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

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

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

border-color css

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

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

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