Html Css Color HEX #ECE470 Texas

📋 copy color: '#ECE470'

red 236 ◦ green 228 ◦ blue 112

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

Shades of Texas #ECE470

Tints of Texas #ECE470

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.58%

 BLUE value IS 112 (44.14% from 255) = 19.44%

R = 40.97%
G = 39.58%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECE470 (or 0xECE470) is known color: Texas. HEX triplet: EC, E4 and 70. RGB value is (236,228,112). Sum of RGB (Red+Green+Blue) = 236+228+112=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 228 (89.45% from 255 or 39.58% from 576); Blue value is 112 (44.14% from 255 or 19.44% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE470 is #131B8F. Grayscale: #D9D9D9. Windows color (decimal): -1252240 or 7398636. OLE color: 7398636.

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

Color convert

RGB 236 228 112 -
CMYK 0 0.03 0.53 0.07
HSL 56.13º 0.77% 0.68% -
HSV(B) 56.13º 0.53% 0.93% -
XYZ 65.26 74.49 26.27 -
YUV 217.17 68.65 141.43 -
System Red Green Blue C M Y K H S L
Decimal 236 228 112 0 0.03 0.53 0.07 56.13 0.77 0.68
Hex EC E4 70 0 3 35 7 38 4D 44
Octal 354 344 160 0 3 65 7 70 115 104
Binary 11101100 11100100 1110000 0 11 110101 111 111000 1001101 1000100

Color Harmonies of #ECE470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE470

Black with #ECE470

Text Example


Text Example

White with #ECE470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE470; }

 p { color: rgb(236,228,112); }

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

background-color css

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

 a { background-color: rgb(236,228,112); }

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

border-color css

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

 span { border-color: rgb(236,228,112); }

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