Html Css Color HEX #EDD97D Flax

📋 copy color: '#EDD97D'

red 237 ◦ green 217 ◦ blue 125

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

Shades of Flax #EDD97D

Tints of Flax #EDD97D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.48%

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

R = 40.93%
G = 37.48%
B = 21.59%

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

#EDD97D (or 0xEDD97D) is known color: Flax. HEX triplet: ED, D9 and 7D. RGB value is (237,217,125). Sum of RGB (Red+Green+Blue) = 237+217+125=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 125 (49.22% from 255 or 21.59% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD97D is #122682. Grayscale: #D4D4D4. Windows color (decimal): -1189507 or 8247789. OLE color: 8247789.

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

Color convert

RGB 237 217 125 -
CMYK 0 0.08 0.47 0.07
HSL 49.29º 0.76% 0.71% -
HSV(B) 49.29º 0.47% 0.93% -
XYZ 63.44 69.11 29.4 -
YUV 212.49 78.63 145.48 -
System Red Green Blue C M Y K H S L
Decimal 237 217 125 0 0.08 0.47 0.07 49.29 0.76 0.71
Hex ED D9 7D 0 8 2F 7 31 4C 47
Octal 355 331 175 0 10 57 7 61 114 107
Binary 11101101 11011001 1111101 0 1000 101111 111 110001 1001100 1000111

Color Harmonies of #EDD97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD97D

Black with #EDD97D

Text Example


Text Example

White with #EDD97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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