Html Css Color HEX #EDE372 Texas

📋 copy color: '#EDE372'

red 237 ◦ green 227 ◦ blue 114

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

Shades of Texas #EDE372

Tints of Texas #EDE372

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.27%

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

R = 41%
G = 39.27%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDE372 (or 0xEDE372) is known color: Texas. HEX triplet: ED, E3 and 72. RGB value is (237,227,114). Sum of RGB (Red+Green+Blue) = 237+227+114=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 227 (89.06% from 255 or 39.27% from 578); Blue value is 114 (44.92% from 255 or 19.72% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE372 is #121C8D. Grayscale: #D9D9D9. Windows color (decimal): -1186958 or 7529453. OLE color: 7529453.

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

Color convert

RGB 237 227 114 -
CMYK 0 0.04 0.52 0.07
HSL 55.12º 0.77% 0.69% -
HSV(B) 55.12º 0.52% 0.93% -
XYZ 65.43 74.16 26.78 -
YUV 217.11 69.81 142.19 -
System Red Green Blue C M Y K H S L
Decimal 237 227 114 0 0.04 0.52 0.07 55.12 0.77 0.69
Hex ED E3 72 0 4 34 7 37 4D 45
Octal 355 343 162 0 4 64 7 67 115 105
Binary 11101101 11100011 1110010 0 100 110100 111 110111 1001101 1000101

Color Harmonies of #EDE372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE372

Black with #EDE372

Text Example


Text Example

White with #EDE372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE372; }

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

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

background-color css

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

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

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

border-color css

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

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

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