#ECD67A

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

Shades of Flax #ECD67A

Tints of Flax #ECD67A

Color information

#ECD67A (or 0xECD67A) is unknown color: approx Flax. HEX triplet: EC, D6 and 7A. RGB value is (236,214,122). Sum of RGB (Red+Green+Blue) = 236+214+122=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 122 (48.05% from 255 or 21.33% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD67A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD67A is #132985. Grayscale: #D2D2D2. Windows color (decimal): -1255814 or 8050412. OLE color: 8050412.

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

Color convert

RGB236214122-
CMYK00.090.480.07
HSL48.42º75%70.2%-
HSV(B)48.42º48.31%92.55%-
XYZ62.1567.3328.13-
YUV210.0978.29146.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.26%
GREEN value IS 214 (83.98% from 255) = 37.41%
BLUE value IS 122 (48.05% from 255) = 21.33%
R=41.26%
G=37.41%
B=21.33%

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
Decimal23621412200.090.480.0748.427570.2
HexECD67A09307304b46
Octal35432617201160760113106
Binary111011001101011011110100100111000011111000010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD67A; }

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

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

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

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

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

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

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

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