Html Css Color HEX #EDDC8A Flax

📋 copy color: '#EDDC8A'

red 237 ◦ green 220 ◦ blue 138

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

Shades of Flax #EDDC8A

Tints of Flax #EDDC8A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.97%

 BLUE value IS 138 (54.3% from 255) = 23.19%

R = 39.83%
G = 36.97%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDDC8A (or 0xEDDC8A) is known color: Flax. HEX triplet: ED, DC and 8A. RGB value is (237,220,138). Sum of RGB (Red+Green+Blue) = 237+220+138=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 138 (54.30% from 255 or 23.19% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC8A is #122375. Grayscale: #D8D8D8. Windows color (decimal): -1188726 or 9100525. OLE color: 9100525.

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

Color convert

RGB 237 220 138 -
CMYK 0 0.07 0.42 0.07
HSL 49.7º 0.73% 0.74% -
HSV(B) 49.7º 0.42% 0.93% -
XYZ 65.11 71.03 34.32 -
YUV 215.74 84.13 143.17 -
System Red Green Blue C M Y K H S L
Decimal 237 220 138 0 0.07 0.42 0.07 49.7 0.73 0.74
Hex ED DC 8A 0 7 2A 7 32 49 4A
Octal 355 334 212 0 7 52 7 62 111 112
Binary 11101101 11011100 10001010 0 111 101010 111 110010 1001001 1001010

Color Harmonies of #EDDC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC8A

Black with #EDDC8A

Text Example


Text Example

White with #EDDC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC8A; }

 p { color: rgb(237,220,138); }

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

background-color css

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

 a { background-color: rgb(237,220,138); }

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

border-color css

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

 span { border-color: rgb(237,220,138); }

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