Html Css Color HEX #EAD281 Flax

📋 copy color: '#EAD281'

red 234 ◦ green 210 ◦ blue 129

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

Shades of Flax #EAD281

Tints of Flax #EAD281

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.65%

 BLUE value IS 129 (50.78% from 255) = 22.51%

R = 40.84%
G = 36.65%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EAD281 (or 0xEAD281) is known color: Flax. HEX triplet: EA, D2 and 81. RGB value is (234,210,129). Sum of RGB (Red+Green+Blue) = 234+210+129=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 129 (50.78% from 255 or 22.51% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD281 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD281 is #152D7E. Grayscale: #D0D0D0. Windows color (decimal): -1387903 or 8508138. OLE color: 8508138.

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

Color convert

RGB 234 210 129 -
CMYK 0 0.10 0.45 0.08
HSL 46.29º 0.71% 0.71% -
HSV(B) 46.29º 0.45% 0.92% -
XYZ 60.94 65.17 30.14 -
YUV 207.94 83.45 146.59 -
System Red Green Blue C M Y K H S L
Decimal 234 210 129 0 0.10 0.45 0.08 46.29 0.71 0.71
Hex EA D2 81 0 A 2D 8 2E 47 47
Octal 352 322 201 0 12 55 10 56 107 107
Binary 11101010 11010010 10000001 0 1010 101101 1000 101110 1000111 1000111

Color Harmonies of #EAD281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD281

Black with #EAD281

Text Example


Text Example

White with #EAD281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD281; }

 p { color: rgb(234,210,129); }

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

background-color css

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

 a { background-color: rgb(234,210,129); }

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

border-color css

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

 span { border-color: rgb(234,210,129); }

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