Html Css Color HEX #EDE072 Texas

📋 copy color: '#EDE072'

red 237 ◦ green 224 ◦ blue 114

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

Shades of Texas #EDE072

Tints of Texas #EDE072

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.96%

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

R = 41.22%
G = 38.96%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDE072 (or 0xEDE072) is known color: Texas. HEX triplet: ED, E0 and 72. RGB value is (237,224,114). Sum of RGB (Red+Green+Blue) = 237+224+114=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 114 (44.92% from 255 or 19.83% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE072 is #121F8D. Grayscale: #D7D7D7. Windows color (decimal): -1187726 or 7528685. OLE color: 7528685.

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

Color convert

RGB 237 224 114 -
CMYK 0 0.05 0.52 0.07
HSL 53.66º 0.77% 0.69% -
HSV(B) 53.66º 0.52% 0.93% -
XYZ 64.62 72.53 26.51 -
YUV 215.35 70.81 143.44 -
System Red Green Blue C M Y K H S L
Decimal 237 224 114 0 0.05 0.52 0.07 53.66 0.77 0.69
Hex ED E0 72 0 5 34 7 36 4D 45
Octal 355 340 162 0 5 64 7 66 115 105
Binary 11101101 11100000 1110010 0 101 110100 111 110110 1001101 1000101

Color Harmonies of #EDE072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE072

Black with #EDE072

Text Example


Text Example

White with #EDE072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE072; }

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

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

background-color css

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

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

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

border-color css

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

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

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