Html Css Color HEX #EDDB7D Flax

📋 copy color: '#EDDB7D'

red 237 ◦ green 219 ◦ blue 125

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

Shades of Flax #EDDB7D

Tints of Flax #EDDB7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.51%

R = 40.79%
G = 37.69%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDDB7D (or 0xEDDB7D) is known color: Flax. HEX triplet: ED, DB and 7D. RGB value is (237,219,125). Sum of RGB (Red+Green+Blue) = 237+219+125=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 125 (49.22% from 255 or 21.51% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB7D is #122482. Grayscale: #D6D6D6. Windows color (decimal): -1188995 or 8248301. OLE color: 8248301.

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

Color convert

RGB 237 219 125 -
CMYK 0 0.08 0.47 0.07
HSL 50.36º 0.76% 0.71% -
HSV(B) 50.36º 0.47% 0.93% -
XYZ 63.96 70.15 29.57 -
YUV 213.67 77.96 144.64 -
System Red Green Blue C M Y K H S L
Decimal 237 219 125 0 0.08 0.47 0.07 50.36 0.76 0.71
Hex ED DB 7D 0 8 2F 7 32 4C 47
Octal 355 333 175 0 10 57 7 62 114 107
Binary 11101101 11011011 1111101 0 1000 101111 111 110010 1001100 1000111

Color Harmonies of #EDDB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB7D

Black with #EDDB7D

Text Example


Text Example

White with #EDDB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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