Html Css Color HEX #ECD67E Flax

📋 copy color: '#ECD67E'

red 236 ◦ green 214 ◦ blue 126

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

Shades of Flax #ECD67E

Tints of Flax #ECD67E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.88%

R = 40.97%
G = 37.15%
B = 21.88%

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

#ECD67E (or 0xECD67E) is known color: Flax. HEX triplet: EC, D6 and 7E. RGB value is (236,214,126). Sum of RGB (Red+Green+Blue) = 236+214+126=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 126 (49.61% from 255 or 21.88% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD67E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD67E is #132981. Grayscale: #D2D2D2. Windows color (decimal): -1255810 or 8312556. OLE color: 8312556.

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

Color convert

RGB 236 214 126 -
CMYK 0 0.09 0.47 0.07
HSL 48º 0.74% 0.71% -
HSV(B) 48º 0.47% 0.93% -
XYZ 62.4 67.43 29.47 -
YUV 210.55 80.29 146.16 -
System Red Green Blue C M Y K H S L
Decimal 236 214 126 0 0.09 0.47 0.07 48 0.74 0.71
Hex EC D6 7E 0 9 2F 7 30 4A 47
Octal 354 326 176 0 11 57 7 60 112 107
Binary 11101100 11010110 1111110 0 1001 101111 111 110000 1001010 1000111

Color Harmonies of #ECD67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD67E

Black with #ECD67E

Text Example


Text Example

White with #ECD67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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