Html Css Color HEX #EDE573 Texas

📋 copy color: '#EDE573'

red 237 ◦ green 229 ◦ blue 115

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

Shades of Texas #EDE573

Tints of Texas #EDE573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.79%

R = 40.79%
G = 39.41%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDE573 (or 0xEDE573) is known color: Texas. HEX triplet: ED, E5 and 73. RGB value is (237,229,115). Sum of RGB (Red+Green+Blue) = 237+229+115=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 229 (89.84% from 255 or 39.41% from 581); Blue value is 115 (45.31% from 255 or 19.79% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE573 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE573 is #121A8C. Grayscale: #DADADA. Windows color (decimal): -1186445 or 7595501. OLE color: 7595501.

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

Color convert

RGB 237 229 115 -
CMYK 0 0.03 0.51 0.07
HSL 56.07º 0.77% 0.69% -
HSV(B) 56.07º 0.51% 0.93% -
XYZ 66.04 75.28 27.27 -
YUV 218.4 69.65 141.27 -
System Red Green Blue C M Y K H S L
Decimal 237 229 115 0 0.03 0.51 0.07 56.07 0.77 0.69
Hex ED E5 73 0 3 33 7 38 4D 45
Octal 355 345 163 0 3 63 7 70 115 105
Binary 11101101 11100101 1110011 0 11 110011 111 111000 1001101 1000101

Color Harmonies of #EDE573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE573

Black with #EDE573

Text Example


Text Example

White with #EDE573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE573; }

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

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

background-color css

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

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

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

border-color css

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

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

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