Html Css Color HEX #EDD97E Flax

📋 copy color: '#EDD97E'

red 237 ◦ green 217 ◦ blue 126

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

Shades of Flax #EDD97E

Tints of Flax #EDD97E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.72%

R = 40.86%
G = 37.41%
B = 21.72%

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

#EDD97E (or 0xEDD97E) is known color: Flax. HEX triplet: ED, D9 and 7E. RGB value is (237,217,126). Sum of RGB (Red+Green+Blue) = 237+217+126=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 126 (49.61% from 255 or 21.72% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD97E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD97E is #122681. Grayscale: #D4D4D4. Windows color (decimal): -1189506 or 8313325. OLE color: 8313325.

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

Color convert

RGB 237 217 126 -
CMYK 0 0.08 0.47 0.07
HSL 49.19º 0.76% 0.71% -
HSV(B) 49.19º 0.47% 0.93% -
XYZ 63.5 69.14 29.74 -
YUV 212.61 79.13 145.4 -
System Red Green Blue C M Y K H S L
Decimal 237 217 126 0 0.08 0.47 0.07 49.19 0.76 0.71
Hex ED D9 7E 0 8 2F 7 31 4C 47
Octal 355 331 176 0 10 57 7 61 114 107
Binary 11101101 11011001 1111110 0 1000 101111 111 110001 1001100 1000111

Color Harmonies of #EDD97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD97E

Black with #EDD97E

Text Example


Text Example

White with #EDD97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD97E; }

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

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

background-color css

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

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

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

border-color css

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

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

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