Html Css Color HEX #EDDB7A Flax

📋 copy color: '#EDDB7A'

red 237 ◦ green 219 ◦ blue 122

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

Shades of Flax #EDDB7A

Tints of Flax #EDDB7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.11%

R = 41%
G = 37.89%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDDB7A (or 0xEDDB7A) is known color: Flax. HEX triplet: ED, DB and 7A. RGB value is (237,219,122). Sum of RGB (Red+Green+Blue) = 237+219+122=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 122 (48.05% from 255 or 21.11% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB7A is #122485. Grayscale: #D5D5D5. Windows color (decimal): -1188998 or 8051693. OLE color: 8051693.

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

Color convert

RGB 237 219 122 -
CMYK 0 0.08 0.49 0.07
HSL 50.61º 0.76% 0.7% -
HSV(B) 50.61º 0.49% 0.93% -
XYZ 63.77 70.07 28.58 -
YUV 213.32 76.46 144.89 -
System Red Green Blue C M Y K H S L
Decimal 237 219 122 0 0.08 0.49 0.07 50.61 0.76 0.7
Hex ED DB 7A 0 8 31 7 33 4C 46
Octal 355 333 172 0 10 61 7 63 114 106
Binary 11101101 11011011 1111010 0 1000 110001 111 110011 1001100 1000110

Color Harmonies of #EDDB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB7A

Black with #EDDB7A

Text Example


Text Example

White with #EDDB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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