Html Css Color HEX #ECEC7C Texas

📋 copy color: '#ECEC7C'

red 236 ◦ green 236 ◦ blue 124

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

Shades of Texas #ECEC7C

Tints of Texas #ECEC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 20.81%

R = 39.6%
G = 39.6%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ECEC7C (or 0xECEC7C) is known color: Texas. HEX triplet: EC, EC and 7C. RGB value is (236,236,124). Sum of RGB (Red+Green+Blue) = 236+236+124=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 124 (48.83% from 255 or 20.81% from 596); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEC7C is #131383. Grayscale: #DFDFDF. Windows color (decimal): -1250180 or 8187116. OLE color: 8187116.

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

Color convert

RGB 236 236 124 -
CMYK 0 0 0.47 0.07
HSL 60º 0.75% 0.71% -
HSV(B) 60º 0.47% 0.93% -
XYZ 68.23 79.28 30.78 -
YUV 223.23 72 137.11 -
System Red Green Blue C M Y K H S L
Decimal 236 236 124 0 0 0.47 0.07 60 0.75 0.71
Hex EC EC 7C 0 0 2F 7 3C 4B 47
Octal 354 354 174 0 0 57 7 74 113 107
Binary 11101100 11101100 1111100 0 0 101111 111 111100 1001011 1000111

Color Harmonies of #ECEC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEC7C

Black with #ECEC7C

Text Example


Text Example

White with #ECEC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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