Html Css Color HEX #ECE478 Texas

📋 copy color: '#ECE478'

red 236 ◦ green 228 ◦ blue 120

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

Shades of Texas #ECE478

Tints of Texas #ECE478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.55%

R = 40.41%
G = 39.04%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ECE478 (or 0xECE478) is known color: Texas. HEX triplet: EC, E4 and 78. RGB value is (236,228,120). Sum of RGB (Red+Green+Blue) = 236+228+120=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 228 (89.45% from 255 or 39.04% from 584); Blue value is 120 (47.27% from 255 or 20.55% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE478 is #131B87. Grayscale: #DADADA. Windows color (decimal): -1252232 or 7922924. OLE color: 7922924.

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

Color convert

RGB 236 228 120 -
CMYK 0 0.03 0.49 0.07
HSL 55.86º 0.75% 0.7% -
HSV(B) 55.86º 0.49% 0.93% -
XYZ 65.73 74.68 28.72 -
YUV 218.08 72.65 140.78 -
System Red Green Blue C M Y K H S L
Decimal 236 228 120 0 0.03 0.49 0.07 55.86 0.75 0.7
Hex EC E4 78 0 3 31 7 38 4B 46
Octal 354 344 170 0 3 61 7 70 113 106
Binary 11101100 11100100 1111000 0 11 110001 111 111000 1001011 1000110

Color Harmonies of #ECE478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE478

Black with #ECE478

Text Example


Text Example

White with #ECE478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE478; }

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

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

background-color css

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

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

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

border-color css

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

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

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