Html Css Color HEX #EDDB83 Flax

📋 copy color: '#EDDB83'

red 237 ◦ green 219 ◦ blue 131

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

Shades of Flax #EDDB83

Tints of Flax #EDDB83

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.31%

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

R = 40.37%
G = 37.31%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EDDB83 (or 0xEDDB83) is known color: Flax. HEX triplet: ED, DB and 83. RGB value is (237,219,131). Sum of RGB (Red+Green+Blue) = 237+219+131=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 131 (51.56% from 255 or 22.32% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDB83 is #12247C. Grayscale: #D6D6D6. Windows color (decimal): -1188989 or 8641517. OLE color: 8641517.

HSL color Cylindrical-coordinate representation of color #EDDB83: hue angle of 49.81º 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 #EDDB83 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 219 131 -
CMYK 0 0.08 0.45 0.07
HSL 49.81º 0.75% 0.72% -
HSV(B) 49.81º 0.45% 0.93% -
XYZ 64.35 70.31 31.65 -
YUV 214.35 80.96 144.16 -
System Red Green Blue C M Y K H S L
Decimal 237 219 131 0 0.08 0.45 0.07 49.81 0.75 0.72
Hex ED DB 83 0 8 2D 7 32 4B 48
Octal 355 333 203 0 10 55 7 62 113 110
Binary 11101101 11011011 10000011 0 1000 101101 111 110010 1001011 1001000

Color Harmonies of #EDDB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB83

Black with #EDDB83

Text Example


Text Example

White with #EDDB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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