Html Css Color HEX #EAD680 Flax

📋 copy color: '#EAD680'

red 234 ◦ green 214 ◦ blue 128

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

Shades of Flax #EAD680

Tints of Flax #EAD680

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.15%

 BLUE value IS 128 (50.39% from 255) = 22.22%

R = 40.63%
G = 37.15%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EAD680 (or 0xEAD680) is known color: Flax. HEX triplet: EA, D6 and 80. RGB value is (234,214,128). Sum of RGB (Red+Green+Blue) = 234+214+128=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 128 (50.39% from 255 or 22.22% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD680 is #15297F. Grayscale: #D2D2D2. Windows color (decimal): -1386880 or 8443626. OLE color: 8443626.

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

Color convert

RGB 234 214 128 -
CMYK 0 0.09 0.45 0.08
HSL 48.68º 0.72% 0.71% -
HSV(B) 48.68º 0.45% 0.92% -
XYZ 61.87 67.14 30.12 -
YUV 210.18 81.63 144.99 -
System Red Green Blue C M Y K H S L
Decimal 234 214 128 0 0.09 0.45 0.08 48.68 0.72 0.71
Hex EA D6 80 0 9 2D 8 31 48 47
Octal 352 326 200 0 11 55 10 61 110 107
Binary 11101010 11010110 10000000 0 1001 101101 1000 110001 1001000 1000111

Color Harmonies of #EAD680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD680

Black with #EAD680

Text Example


Text Example

White with #EAD680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD680; }

 p { color: rgb(234,214,128); }

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

background-color css

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

 a { background-color: rgb(234,214,128); }

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

border-color css

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

 span { border-color: rgb(234,214,128); }

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