Html Css Color HEX #ECD67C Flax

📋 copy color: '#ECD67C'

red 236 ◦ green 214 ◦ blue 124

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

Shades of Flax #ECD67C

Tints of Flax #ECD67C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.28%

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

R = 41.11%
G = 37.28%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ECD67C (or 0xECD67C) is known color: Flax. HEX triplet: EC, D6 and 7C. RGB value is (236,214,124). Sum of RGB (Red+Green+Blue) = 236+214+124=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 124 (48.83% from 255 or 21.60% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD67C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD67C is #132983. Grayscale: #D2D2D2. Windows color (decimal): -1255812 or 8181484. OLE color: 8181484.

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

Color convert

RGB 236 214 124 -
CMYK 0 0.09 0.47 0.07
HSL 48.21º 0.75% 0.71% -
HSV(B) 48.21º 0.47% 0.93% -
XYZ 62.28 67.38 28.79 -
YUV 210.32 79.29 146.32 -
System Red Green Blue C M Y K H S L
Decimal 236 214 124 0 0.09 0.47 0.07 48.21 0.75 0.71
Hex EC D6 7C 0 9 2F 7 30 4B 47
Octal 354 326 174 0 11 57 7 60 113 107
Binary 11101100 11010110 1111100 0 1001 101111 111 110000 1001011 1000111

Color Harmonies of #ECD67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD67C

Black with #ECD67C

Text Example


Text Example

White with #ECD67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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