Html Css Color HEX #EDDA81 Flax

📋 copy color: '#EDDA81'

red 237 ◦ green 218 ◦ blue 129

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

Shades of Flax #EDDA81

Tints of Flax #EDDA81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.09%

R = 40.58%
G = 37.33%
B = 22.09%

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

#EDDA81 (or 0xEDDA81) is known color: Flax. HEX triplet: ED, DA and 81. RGB value is (237,218,129). Sum of RGB (Red+Green+Blue) = 237+218+129=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 129 (50.78% from 255 or 22.09% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDA81 is #12257E. Grayscale: #D5D5D5. Windows color (decimal): -1189247 or 8510189. OLE color: 8510189.

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

Color convert

RGB 237 218 129 -
CMYK 0 0.08 0.46 0.07
HSL 49.44º 0.75% 0.72% -
HSV(B) 49.44º 0.46% 0.93% -
XYZ 63.96 69.73 30.86 -
YUV 213.54 80.29 144.74 -
System Red Green Blue C M Y K H S L
Decimal 237 218 129 0 0.08 0.46 0.07 49.44 0.75 0.72
Hex ED DA 81 0 8 2E 7 31 4B 48
Octal 355 332 201 0 10 56 7 61 113 110
Binary 11101101 11011010 10000001 0 1000 101110 111 110001 1001011 1001000

Color Harmonies of #EDDA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA81

Black with #EDDA81

Text Example


Text Example

White with #EDDA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA81; }

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

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

background-color css

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

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

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

border-color css

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

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

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