Html Css Color HEX #EAD38B Flax

📋 copy color: '#EAD38B'

red 234 ◦ green 211 ◦ blue 139

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

Shades of Flax #EAD38B

Tints of Flax #EAD38B

RGB

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

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

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

R = 40.07%
G = 36.13%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EAD38B (or 0xEAD38B) is known color: Flax. HEX triplet: EA, D3 and 8B. RGB value is (234,211,139). Sum of RGB (Red+Green+Blue) = 234+211+139=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 211 (82.81% from 255 or 36.13% from 584); Blue value is 139 (54.69% from 255 or 23.80% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD38B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD38B is #152C74. Grayscale: #D1D1D1. Windows color (decimal): -1387637 or 9163754. OLE color: 9163754.

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

Color convert

RGB 234 211 139 -
CMYK 0 0.10 0.41 0.08
HSL 45.47º 0.69% 0.73% -
HSV(B) 45.47º 0.41% 0.92% -
XYZ 61.89 65.95 33.89 -
YUV 209.67 88.12 145.35 -
System Red Green Blue C M Y K H S L
Decimal 234 211 139 0 0.10 0.41 0.08 45.47 0.69 0.73
Hex EA D3 8B 0 A 29 8 2D 45 49
Octal 352 323 213 0 12 51 10 55 105 111
Binary 11101010 11010011 10001011 0 1010 101001 1000 101101 1000101 1001001

Color Harmonies of #EAD38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD38B

Black with #EAD38B

Text Example


Text Example

White with #EAD38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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