Html Css Color HEX #EADA7B Flax

📋 copy color: '#EADA7B'

red 234 ◦ green 218 ◦ blue 123

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

Shades of Flax #EADA7B

Tints of Flax #EADA7B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.91%

 BLUE value IS 123 (48.44% from 255) = 21.39%

R = 40.7%
G = 37.91%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EADA7B (or 0xEADA7B) is known color: Flax. HEX triplet: EA, DA and 7B. RGB value is (234,218,123). Sum of RGB (Red+Green+Blue) = 234+218+123=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 123 (48.44% from 255 or 21.39% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADA7B is #152584. Grayscale: #D4D4D4. Windows color (decimal): -1385861 or 8116970. OLE color: 8116970.

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

Color convert

RGB 234 218 123 -
CMYK 0 0.07 0.47 0.08
HSL 51.35º 0.73% 0.7% -
HSV(B) 51.35º 0.47% 0.92% -
XYZ 62.58 69.07 28.77 -
YUV 211.95 77.8 143.72 -
System Red Green Blue C M Y K H S L
Decimal 234 218 123 0 0.07 0.47 0.08 51.35 0.73 0.7
Hex EA DA 7B 0 7 2F 8 33 49 46
Octal 352 332 173 0 7 57 10 63 111 106
Binary 11101010 11011010 1111011 0 111 101111 1000 110011 1001001 1000110

Color Harmonies of #EADA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADA7B

Black with #EADA7B

Text Example


Text Example

White with #EADA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADA7B; }

 p { color: rgb(234,218,123); }

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

background-color css

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

 a { background-color: rgb(234,218,123); }

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

border-color css

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

 span { border-color: rgb(234,218,123); }

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