Html Css Color HEX #EAD58D Flax

📋 copy color: '#EAD58D'

red 234 ◦ green 213 ◦ blue 141

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

Shades of Flax #EAD58D

Tints of Flax #EAD58D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.22%

 BLUE value IS 141 (55.47% from 255) = 23.98%

R = 39.8%
G = 36.22%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EAD58D (or 0xEAD58D) is known color: Flax. HEX triplet: EA, D5 and 8D. RGB value is (234,213,141). Sum of RGB (Red+Green+Blue) = 234+213+141=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 141 (55.47% from 255 or 23.98% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD58D is #152A72. Grayscale: #D3D3D3. Windows color (decimal): -1387123 or 9295338. OLE color: 9295338.

HSL color Cylindrical-coordinate representation of color #EAD58D: hue angle of 46.45º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAD58D is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 213 141 -
CMYK 0 0.09 0.40 0.08
HSL 46.45º 0.69% 0.74% -
HSV(B) 46.45º 0.4% 0.92% -
XYZ 62.53 67 34.84 -
YUV 211.07 88.46 144.35 -
System Red Green Blue C M Y K H S L
Decimal 234 213 141 0 0.09 0.40 0.08 46.45 0.69 0.74
Hex EA D5 8D 0 9 28 8 2E 45 4A
Octal 352 325 215 0 11 50 10 56 105 112
Binary 11101010 11010101 10001101 0 1001 101000 1000 101110 1000101 1001010

Color Harmonies of #EAD58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD58D

Black with #EAD58D

Text Example


Text Example

White with #EAD58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD58D; }

 p { color: rgb(234,213,141); }

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

background-color css

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

 a { background-color: rgb(234,213,141); }

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

border-color css

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

 span { border-color: rgb(234,213,141); }

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