Html Css Color HEX #ECED7C Texas

📋 copy color: '#ECED7C'

red 236 ◦ green 237 ◦ blue 124

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

Shades of Texas #ECED7C

Tints of Texas #ECED7C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.7%

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

R = 39.53%
G = 39.7%
B = 20.77%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ECED7C (or 0xECED7C) is known color: Texas. HEX triplet: EC, ED and 7C. RGB value is (236,237,124). Sum of RGB (Red+Green+Blue) = 236+237+124=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 124 (48.83% from 255 or 20.77% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECED7C is #131283. Grayscale: #E0E0E0. Windows color (decimal): -1249924 or 8187372. OLE color: 8187372.

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

Color convert

RGB 236 237 124 -
CMYK 0.00 0 0.48 0.07
HSL 60.53º 0.76% 0.71% -
HSV(B) 60.53º 0.48% 0.93% -
XYZ 68.51 79.86 30.87 -
YUV 223.82 71.67 136.69 -
System Red Green Blue C M Y K H S L
Decimal 236 237 124 0.00 0 0.48 0.07 60.53 0.76 0.71
Hex EC ED 7C 0 0 30 7 3D 4C 47
Octal 354 355 174 0 0 60 7 75 114 107
Binary 11101100 11101101 1111100 0 0 110000 111 111101 1001100 1000111

Color Harmonies of #ECED7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECED7C

Black with #ECED7C

Text Example


Text Example

White with #ECED7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECED7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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