Html Css Color HEX #ECE072 Texas

📋 copy color: '#ECE072'

red 236 ◦ green 224 ◦ blue 114

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

Shades of Texas #ECE072

Tints of Texas #ECE072

RGB

 RED value IS 236 (92.58% from 255) = 41.11%

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

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

R = 41.11%
G = 39.02%
B = 19.86%

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

#ECE072 (or 0xECE072) is known color: Texas. HEX triplet: EC, E0 and 72. RGB value is (236,224,114). Sum of RGB (Red+Green+Blue) = 236+224+114=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 114 (44.92% from 255 or 19.86% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE072 is #131F8D. Grayscale: #D7D7D7. Windows color (decimal): -1253262 or 7528684. OLE color: 7528684.

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

Color convert

RGB 236 224 114 -
CMYK 0 0.05 0.52 0.07
HSL 54.1º 0.76% 0.69% -
HSV(B) 54.1º 0.52% 0.93% -
XYZ 64.28 72.36 26.5 -
YUV 215.05 70.98 142.94 -
System Red Green Blue C M Y K H S L
Decimal 236 224 114 0 0.05 0.52 0.07 54.1 0.76 0.69
Hex EC E0 72 0 5 34 7 36 4C 45
Octal 354 340 162 0 5 64 7 66 114 105
Binary 11101100 11100000 1110010 0 101 110100 111 110110 1001100 1000101

Color Harmonies of #ECE072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE072

Black with #ECE072

Text Example


Text Example

White with #ECE072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE072; }

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

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

background-color css

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

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

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

border-color css

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

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

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