#ECD67B

Color #ECD67B Flax (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flax #ECD67B

Tints of Flax #ECD67B

Color information

#ECD67B (or 0xECD67B) is unknown color: approx Flax. HEX triplet: EC, D6 and 7B. RGB value is (236,214,123). Sum of RGB (Red+Green+Blue) = 236+214+123=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 123 (48.44% from 255 or 21.47% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD67B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD67B is #132984. Grayscale: #D2D2D2. Windows color (decimal): -1255813 or 8115948. OLE color: 8115948.

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

Color convert

RGB236214123-
CMYK00.090.480.07
HSL48.32º74.83%70.39%-
HSV(B)48.32º47.88%92.55%-
XYZ62.2167.3628.46-
YUV210.278.79146.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.19%
GREEN value IS 214 (83.98% from 255) = 37.35%
BLUE value IS 123 (48.44% from 255) = 21.47%
R=41.19%
G=37.35%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621412300.090.480.0748.3274.8370.39
HexECD67B09307304b46
Octal35432617301160760113106
Binary111011001101011011110110100111000011111000010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD67B; }

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

 H1.HeaderClassName
 {
   color: #ECD67B;
 }
 .AnyTagClassName
 {
   color: #ECD67B;
 }
</style>
background-color css

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

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

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

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

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

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