Html Css Color HEX #EDDA7F Flax

📋 copy color: '#EDDA7F'

red 237 ◦ green 218 ◦ blue 127

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

Shades of Flax #EDDA7F

Tints of Flax #EDDA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.82%

R = 40.72%
G = 37.46%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDDA7F (or 0xEDDA7F) is known color: Flax. HEX triplet: ED, DA and 7F. RGB value is (237,218,127). Sum of RGB (Red+Green+Blue) = 237+218+127=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 127 (50% from 255 or 21.82% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA7F is #122580. Grayscale: #D5D5D5. Windows color (decimal): -1189249 or 8379117. OLE color: 8379117.

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

Color convert

RGB 237 218 127 -
CMYK 0 0.08 0.46 0.07
HSL 49.64º 0.75% 0.71% -
HSV(B) 49.64º 0.46% 0.93% -
XYZ 63.83 69.68 30.16 -
YUV 213.31 79.29 144.9 -
System Red Green Blue C M Y K H S L
Decimal 237 218 127 0 0.08 0.46 0.07 49.64 0.75 0.71
Hex ED DA 7F 0 8 2E 7 32 4B 47
Octal 355 332 177 0 10 56 7 62 113 107
Binary 11101101 11011010 1111111 0 1000 101110 111 110010 1001011 1000111

Color Harmonies of #EDDA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA7F

Black with #EDDA7F

Text Example


Text Example

White with #EDDA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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