Html Css Color HEX #EAD68D Flax

📋 copy color: '#EAD68D'

red 234 ◦ green 214 ◦ blue 141

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

Shades of Flax #EAD68D

Tints of Flax #EAD68D

RGB

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

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

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

R = 39.73%
G = 36.33%
B = 23.94%

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

#EAD68D (or 0xEAD68D) is known color: Flax. HEX triplet: EA, D6 and 8D. RGB value is (234,214,141). Sum of RGB (Red+Green+Blue) = 234+214+141=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 141 (55.47% from 255 or 23.94% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD68D is #152972. Grayscale: #D3D3D3. Windows color (decimal): -1386867 or 9295594. OLE color: 9295594.

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

Color convert

RGB 234 214 141 -
CMYK 0 0.09 0.40 0.08
HSL 47.1º 0.69% 0.74% -
HSV(B) 47.1º 0.4% 0.92% -
XYZ 62.79 67.51 34.92 -
YUV 211.66 88.13 143.94 -
System Red Green Blue C M Y K H S L
Decimal 234 214 141 0 0.09 0.40 0.08 47.1 0.69 0.74
Hex EA D6 8D 0 9 28 8 2F 45 4A
Octal 352 326 215 0 11 50 10 57 105 112
Binary 11101010 11010110 10001101 0 1001 101000 1000 101111 1000101 1001010

Color Harmonies of #EAD68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD68D

Black with #EAD68D

Text Example


Text Example

White with #EAD68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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