Html Css Color HEX #ECD67D Flax

📋 copy color: '#ECD67D'

red 236 ◦ green 214 ◦ blue 125

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

Shades of Flax #ECD67D

Tints of Flax #ECD67D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.74%

R = 41.04%
G = 37.22%
B = 21.74%

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

#ECD67D (or 0xECD67D) is known color: Flax. HEX triplet: EC, D6 and 7D. RGB value is (236,214,125). Sum of RGB (Red+Green+Blue) = 236+214+125=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 125 (49.22% from 255 or 21.74% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD67D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD67D is #132982. Grayscale: #D2D2D2. Windows color (decimal): -1255811 or 8247020. OLE color: 8247020.

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

Color convert

RGB 236 214 125 -
CMYK 0 0.09 0.47 0.07
HSL 48.11º 0.74% 0.71% -
HSV(B) 48.11º 0.47% 0.93% -
XYZ 62.34 67.41 29.13 -
YUV 210.43 79.79 146.24 -
System Red Green Blue C M Y K H S L
Decimal 236 214 125 0 0.09 0.47 0.07 48.11 0.74 0.71
Hex EC D6 7D 0 9 2F 7 30 4A 47
Octal 354 326 175 0 11 57 7 60 112 107
Binary 11101100 11010110 1111101 0 1001 101111 111 110000 1001010 1000111

Color Harmonies of #ECD67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD67D

Black with #ECD67D

Text Example


Text Example

White with #ECD67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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