Html Css Color HEX #EAD381 Flax

📋 copy color: '#EAD381'

red 234 ◦ green 211 ◦ blue 129

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

Shades of Flax #EAD381

Tints of Flax #EAD381

RGB

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

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

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

R = 40.77%
G = 36.76%
B = 22.47%

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

#EAD381 (or 0xEAD381) is known color: Flax. HEX triplet: EA, D3 and 81. RGB value is (234,211,129). Sum of RGB (Red+Green+Blue) = 234+211+129=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 211 (82.81% from 255 or 36.76% from 574); Blue value is 129 (50.78% from 255 or 22.47% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD381 is #152C7E. Grayscale: #D0D0D0. Windows color (decimal): -1387647 or 8508394. OLE color: 8508394.

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

Color convert

RGB 234 211 129 -
CMYK 0 0.10 0.45 0.08
HSL 46.86º 0.71% 0.71% -
HSV(B) 46.86º 0.45% 0.92% -
XYZ 61.19 65.67 30.22 -
YUV 208.53 83.12 146.17 -
System Red Green Blue C M Y K H S L
Decimal 234 211 129 0 0.10 0.45 0.08 46.86 0.71 0.71
Hex EA D3 81 0 A 2D 8 2F 47 47
Octal 352 323 201 0 12 55 10 57 107 107
Binary 11101010 11010011 10000001 0 1010 101101 1000 101111 1000111 1000111

Color Harmonies of #EAD381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD381

Black with #EAD381

Text Example


Text Example

White with #EAD381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD381; }

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

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

background-color css

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

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

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

border-color css

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

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

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