Html Css Color HEX #EDDA8B Flax

📋 copy color: '#EDDA8B'

red 237 ◦ green 218 ◦ blue 139

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

Shades of Flax #EDDA8B

Tints of Flax #EDDA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.4%

R = 39.9%
G = 36.7%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDDA8B (or 0xEDDA8B) is known color: Flax. HEX triplet: ED, DA and 8B. RGB value is (237,218,139). Sum of RGB (Red+Green+Blue) = 237+218+139=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 139 (54.69% from 255 or 23.40% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDA8B is #122574. Grayscale: #D7D7D7. Windows color (decimal): -1189237 or 9165549. OLE color: 9165549.

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

Color convert

RGB 237 218 139 -
CMYK 0 0.08 0.41 0.07
HSL 48.37º 0.73% 0.74% -
HSV(B) 48.37º 0.41% 0.93% -
XYZ 64.66 70.01 34.53 -
YUV 214.68 85.29 143.92 -
System Red Green Blue C M Y K H S L
Decimal 237 218 139 0 0.08 0.41 0.07 48.37 0.73 0.74
Hex ED DA 8B 0 8 29 7 30 49 4A
Octal 355 332 213 0 10 51 7 60 111 112
Binary 11101101 11011010 10001011 0 1000 101001 111 110000 1001001 1001010

Color Harmonies of #EDDA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA8B

Black with #EDDA8B

Text Example


Text Example

White with #EDDA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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