Html Css Color HEX #EDD67C Flax

📋 copy color: '#EDD67C'

red 237 ◦ green 214 ◦ blue 124

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

Shades of Flax #EDD67C

Tints of Flax #EDD67C

RGB

 RED value IS 237 (92.97% from 255) = 41.22%

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

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

R = 41.22%
G = 37.22%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDD67C (or 0xEDD67C) is known color: Flax. HEX triplet: ED, D6 and 7C. RGB value is (237,214,124). Sum of RGB (Red+Green+Blue) = 237+214+124=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 124 (48.83% from 255 or 21.57% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD67C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD67C is #122983. Grayscale: #D3D3D3. Windows color (decimal): -1190276 or 8181485. OLE color: 8181485.

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

Color convert

RGB 237 214 124 -
CMYK 0 0.10 0.48 0.07
HSL 47.79º 0.76% 0.71% -
HSV(B) 47.79º 0.48% 0.93% -
XYZ 62.61 67.55 28.81 -
YUV 210.62 79.12 146.82 -
System Red Green Blue C M Y K H S L
Decimal 237 214 124 0 0.10 0.48 0.07 47.79 0.76 0.71
Hex ED D6 7C 0 A 30 7 30 4C 47
Octal 355 326 174 0 12 60 7 60 114 107
Binary 11101101 11010110 1111100 0 1010 110000 111 110000 1001100 1000111

Color Harmonies of #EDD67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD67C

Black with #EDD67C

Text Example


Text Example

White with #EDD67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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