Html Css Color HEX #EDDA7D Flax

📋 copy color: '#EDDA7D'

red 237 ◦ green 218 ◦ blue 125

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

Shades of Flax #EDDA7D

Tints of Flax #EDDA7D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.59%

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

R = 40.86%
G = 37.59%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDDA7D (or 0xEDDA7D) is known color: Flax. HEX triplet: ED, DA and 7D. RGB value is (237,218,125). Sum of RGB (Red+Green+Blue) = 237+218+125=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 125 (49.22% from 255 or 21.55% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA7D is #122582. Grayscale: #D5D5D5. Windows color (decimal): -1189251 or 8248045. OLE color: 8248045.

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

Color convert

RGB 237 218 125 -
CMYK 0 0.08 0.47 0.07
HSL 49.82º 0.76% 0.71% -
HSV(B) 49.82º 0.47% 0.93% -
XYZ 63.7 69.63 29.48 -
YUV 213.08 78.29 145.06 -
System Red Green Blue C M Y K H S L
Decimal 237 218 125 0 0.08 0.47 0.07 49.82 0.76 0.71
Hex ED DA 7D 0 8 2F 7 32 4C 47
Octal 355 332 175 0 10 57 7 62 114 107
Binary 11101101 11011010 1111101 0 1000 101111 111 110010 1001100 1000111

Color Harmonies of #EDDA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA7D

Black with #EDDA7D

Text Example


Text Example

White with #EDDA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA7D; }

 p { color: rgb(237,218,125); }

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

background-color css

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

 a { background-color: rgb(237,218,125); }

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

border-color css

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

 span { border-color: rgb(237,218,125); }

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