Html Css Color HEX #ECE07C Texas

📋 copy color: '#ECE07C'

red 236 ◦ green 224 ◦ blue 124

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

Shades of Texas #ECE07C

Tints of Texas #ECE07C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.36%

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

R = 40.41%
G = 38.36%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ECE07C (or 0xECE07C) is known color: Texas. HEX triplet: EC, E0 and 7C. RGB value is (236,224,124). Sum of RGB (Red+Green+Blue) = 236+224+124=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 124 (48.83% from 255 or 21.23% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE07C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE07C is #131F83. Grayscale: #D8D8D8. Windows color (decimal): -1253252 or 8184044. OLE color: 8184044.

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

Color convert

RGB 236 224 124 -
CMYK 0 0.05 0.47 0.07
HSL 53.57º 0.75% 0.71% -
HSV(B) 53.57º 0.47% 0.93% -
XYZ 64.89 72.6 29.66 -
YUV 216.19 75.98 142.13 -
System Red Green Blue C M Y K H S L
Decimal 236 224 124 0 0.05 0.47 0.07 53.57 0.75 0.71
Hex EC E0 7C 0 5 2F 7 36 4B 47
Octal 354 340 174 0 5 57 7 66 113 107
Binary 11101100 11100000 1111100 0 101 101111 111 110110 1001011 1000111

Color Harmonies of #ECE07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE07C

Black with #ECE07C

Text Example


Text Example

White with #ECE07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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