Html Css Color HEX #ECEC78 Texas

📋 copy color: '#ECEC78'

red 236 ◦ green 236 ◦ blue 120

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

Shades of Texas #ECEC78

Tints of Texas #ECEC78

RGB

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

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

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

R = 39.86%
G = 39.86%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ECEC78 (or 0xECEC78) is known color: Texas. HEX triplet: EC, EC and 78. RGB value is (236,236,120). Sum of RGB (Red+Green+Blue) = 236+236+120=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 120 (47.27% from 255 or 20.27% from 592); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEC78 is #131387. Grayscale: #DFDFDF. Windows color (decimal): -1250184 or 7924972. OLE color: 7924972.

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

Color convert

RGB 236 236 120 -
CMYK 0 0 0.49 0.07
HSL 60º 0.75% 0.7% -
HSV(B) 60º 0.49% 0.93% -
XYZ 67.98 79.18 29.47 -
YUV 222.78 70 137.43 -
System Red Green Blue C M Y K H S L
Decimal 236 236 120 0 0 0.49 0.07 60 0.75 0.7
Hex EC EC 78 0 0 31 7 3C 4B 46
Octal 354 354 170 0 0 61 7 74 113 106
Binary 11101100 11101100 1111000 0 0 110001 111 111100 1001011 1000110

Color Harmonies of #ECEC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEC78

Black with #ECEC78

Text Example


Text Example

White with #ECEC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEC78; }

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

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

background-color css

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

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

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

border-color css

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

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

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