Html Css Color HEX #EAD68B Flax

📋 copy color: '#EAD68B'

red 234 ◦ green 214 ◦ blue 139

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

Shades of Flax #EAD68B

Tints of Flax #EAD68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.68%

R = 39.86%
G = 36.46%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EAD68B (or 0xEAD68B) is known color: Flax. HEX triplet: EA, D6 and 8B. RGB value is (234,214,139). Sum of RGB (Red+Green+Blue) = 234+214+139=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 139 (54.69% from 255 or 23.68% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD68B is #152974. Grayscale: #D3D3D3. Windows color (decimal): -1386869 or 9164522. OLE color: 9164522.

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

Color convert

RGB 234 214 139 -
CMYK 0 0.09 0.41 0.08
HSL 47.37º 0.69% 0.73% -
HSV(B) 47.37º 0.41% 0.92% -
XYZ 62.64 67.45 34.14 -
YUV 211.43 87.13 144.1 -
System Red Green Blue C M Y K H S L
Decimal 234 214 139 0 0.09 0.41 0.08 47.37 0.69 0.73
Hex EA D6 8B 0 9 29 8 2F 45 49
Octal 352 326 213 0 11 51 10 57 105 111
Binary 11101010 11010110 10001011 0 1001 101001 1000 101111 1000101 1001001

Color Harmonies of #EAD68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD68B

Black with #EAD68B

Text Example


Text Example

White with #EAD68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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