Html Css Color HEX #EDD883 Flax

📋 copy color: '#EDD883'

red 237 ◦ green 216 ◦ blue 131

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

Shades of Flax #EDD883

Tints of Flax #EDD883

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.99%

 BLUE value IS 131 (51.56% from 255) = 22.43%

R = 40.58%
G = 36.99%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EDD883 (or 0xEDD883) is known color: Flax. HEX triplet: ED, D8 and 83. RGB value is (237,216,131). Sum of RGB (Red+Green+Blue) = 237+216+131=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 131 (51.56% from 255 or 22.43% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD883 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD883 is #12277C. Grayscale: #D4D4D4. Windows color (decimal): -1189757 or 8640749. OLE color: 8640749.

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

Color convert

RGB 237 216 131 -
CMYK 0 0.09 0.45 0.07
HSL 48.11º 0.75% 0.72% -
HSV(B) 48.11º 0.45% 0.93% -
XYZ 63.58 68.75 31.39 -
YUV 212.59 81.96 145.41 -
System Red Green Blue C M Y K H S L
Decimal 237 216 131 0 0.09 0.45 0.07 48.11 0.75 0.72
Hex ED D8 83 0 9 2D 7 30 4B 48
Octal 355 330 203 0 11 55 7 60 113 110
Binary 11101101 11011000 10000011 0 1001 101101 111 110000 1001011 1001000

Color Harmonies of #EDD883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD883

Black with #EDD883

Text Example


Text Example

White with #EDD883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD883; }

 p { color: rgb(237,216,131); }

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

background-color css

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

 a { background-color: rgb(237,216,131); }

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

border-color css

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

 span { border-color: rgb(237,216,131); }

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