Html Css Color HEX #EAD382 Flax

📋 copy color: '#EAD382'

red 234 ◦ green 211 ◦ blue 130

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

Shades of Flax #EAD382

Tints of Flax #EAD382

RGB

 RED value IS 234 (91.8% from 255) = 40.7%

 GREEN value IS 211 (82.81% from 255) = 36.7%

 BLUE value IS 130 (51.17% from 255) = 22.61%

R = 40.7%
G = 36.7%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EAD382 (or 0xEAD382) is known color: Flax. HEX triplet: EA, D3 and 82. RGB value is (234,211,130). Sum of RGB (Red+Green+Blue) = 234+211+130=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 130 (51.17% from 255 or 22.61% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD382 is #152C7D. Grayscale: #D0D0D0. Windows color (decimal): -1387646 or 8573930. OLE color: 8573930.

HSL color Cylindrical-coordinate representation of color #EAD382: hue angle of 46.73º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EAD382 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 211 130 -
CMYK 0 0.10 0.44 0.08
HSL 46.73º 0.71% 0.71% -
HSV(B) 46.73º 0.44% 0.92% -
XYZ 61.26 65.69 30.57 -
YUV 208.64 83.62 146.09 -
System Red Green Blue C M Y K H S L
Decimal 234 211 130 0 0.10 0.44 0.08 46.73 0.71 0.71
Hex EA D3 82 0 A 2C 8 2F 47 47
Octal 352 323 202 0 12 54 10 57 107 107
Binary 11101010 11010011 10000010 0 1010 101100 1000 101111 1000111 1000111

Color Harmonies of #EAD382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD382

Black with #EAD382

Text Example


Text Example

White with #EAD382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD382; }

 p { color: rgb(234,211,130); }

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

background-color css

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

 a { background-color: rgb(234,211,130); }

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

border-color css

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

 span { border-color: rgb(234,211,130); }

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