Html Css Color HEX #ECE572 Texas

📋 copy color: '#ECE572'

red 236 ◦ green 229 ◦ blue 114

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

Shades of Texas #ECE572

Tints of Texas #ECE572

RGB

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

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

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

R = 40.76%
G = 39.55%
B = 19.69%

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

#ECE572 (or 0xECE572) is known color: Texas. HEX triplet: EC, E5 and 72. RGB value is (236,229,114). Sum of RGB (Red+Green+Blue) = 236+229+114=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 229 (89.84% from 255 or 39.55% from 579); Blue value is 114 (44.92% from 255 or 19.69% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE572 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE572 is #131A8D. Grayscale: #DADADA. Windows color (decimal): -1251982 or 7529964. OLE color: 7529964.

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

Color convert

RGB 236 229 114 -
CMYK 0 0.03 0.52 0.07
HSL 56.56º 0.76% 0.69% -
HSV(B) 56.56º 0.52% 0.93% -
XYZ 65.65 75.09 26.95 -
YUV 217.98 69.32 140.85 -
System Red Green Blue C M Y K H S L
Decimal 236 229 114 0 0.03 0.52 0.07 56.56 0.76 0.69
Hex EC E5 72 0 3 34 7 39 4C 45
Octal 354 345 162 0 3 64 7 71 114 105
Binary 11101100 11100101 1110010 0 11 110100 111 111001 1001100 1000101

Color Harmonies of #ECE572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE572

Black with #ECE572

Text Example


Text Example

White with #ECE572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE572; }

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

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

background-color css

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

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

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

border-color css

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

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

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