Html Css Color HEX #ECE480 Texas

📋 copy color: '#ECE480'

red 236 ◦ green 228 ◦ blue 128

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

Shades of Texas #ECE480

Tints of Texas #ECE480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.62%

R = 39.86%
G = 38.51%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ECE480 (or 0xECE480) is known color: Texas. HEX triplet: EC, E4 and 80. RGB value is (236,228,128). Sum of RGB (Red+Green+Blue) = 236+228+128=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 228 (89.45% from 255 or 38.51% from 592); Blue value is 128 (50.39% from 255 or 21.62% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE480 is #131B7F. Grayscale: #DBDBDB. Windows color (decimal): -1252224 or 8447212. OLE color: 8447212.

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

Color convert

RGB 236 228 128 -
CMYK 0 0.03 0.46 0.07
HSL 55.56º 0.74% 0.71% -
HSV(B) 55.56º 0.46% 0.93% -
XYZ 66.23 74.88 31.38 -
YUV 218.99 76.65 140.13 -
System Red Green Blue C M Y K H S L
Decimal 236 228 128 0 0.03 0.46 0.07 55.56 0.74 0.71
Hex EC E4 80 0 3 2E 7 38 4A 47
Octal 354 344 200 0 3 56 7 70 112 107
Binary 11101100 11100100 10000000 0 11 101110 111 111000 1001010 1000111

Color Harmonies of #ECE480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE480

Black with #ECE480

Text Example


Text Example

White with #ECE480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE480; }

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

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

background-color css

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

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

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

border-color css

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

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

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