Html Css Color HEX #EAD482 Flax

📋 copy color: '#EAD482'

red 234 ◦ green 212 ◦ blue 130

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

Shades of Flax #EAD482

Tints of Flax #EAD482

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.81%

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

R = 40.63%
G = 36.81%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EAD482 (or 0xEAD482) is known color: Flax. HEX triplet: EA, D4 and 82. RGB value is (234,212,130). Sum of RGB (Red+Green+Blue) = 234+212+130=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 130 (51.17% from 255 or 22.57% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD482 is #152B7D. Grayscale: #D1D1D1. Windows color (decimal): -1387390 or 8574186. OLE color: 8574186.

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

Color convert

RGB 234 212 130 -
CMYK 0 0.09 0.44 0.08
HSL 47.31º 0.71% 0.71% -
HSV(B) 47.31º 0.44% 0.92% -
XYZ 61.5 66.19 30.65 -
YUV 209.23 83.29 145.67 -
System Red Green Blue C M Y K H S L
Decimal 234 212 130 0 0.09 0.44 0.08 47.31 0.71 0.71
Hex EA D4 82 0 9 2C 8 2F 47 47
Octal 352 324 202 0 11 54 10 57 107 107
Binary 11101010 11010100 10000010 0 1001 101100 1000 101111 1000111 1000111

Color Harmonies of #EAD482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD482

Black with #EAD482

Text Example


Text Example

White with #EAD482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD482; }

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

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

background-color css

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

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

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

border-color css

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

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

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