Html Css Color HEX #EAD38A Flax

📋 copy color: '#EAD38A'

red 234 ◦ green 211 ◦ blue 138

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

Shades of Flax #EAD38A

Tints of Flax #EAD38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.67%

R = 40.14%
G = 36.19%
B = 23.67%

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

#EAD38A (or 0xEAD38A) is known color: Flax. HEX triplet: EA, D3 and 8A. RGB value is (234,211,138). Sum of RGB (Red+Green+Blue) = 234+211+138=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 138 (54.30% from 255 or 23.67% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD38A is #152C75. Grayscale: #D1D1D1. Windows color (decimal): -1387638 or 9098218. OLE color: 9098218.

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

Color convert

RGB 234 211 138 -
CMYK 0 0.10 0.41 0.08
HSL 45.63º 0.7% 0.73% -
HSV(B) 45.63º 0.41% 0.92% -
XYZ 61.81 65.92 33.51 -
YUV 209.56 87.62 145.44 -
System Red Green Blue C M Y K H S L
Decimal 234 211 138 0 0.10 0.41 0.08 45.63 0.7 0.73
Hex EA D3 8A 0 A 29 8 2E 46 49
Octal 352 323 212 0 12 51 10 56 106 111
Binary 11101010 11010011 10001010 0 1010 101001 1000 101110 1000110 1001001

Color Harmonies of #EAD38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD38A

Black with #EAD38A

Text Example


Text Example

White with #EAD38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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