Html Css Color HEX #EAD57B Flax

📋 copy color: '#EAD57B'

red 234 ◦ green 213 ◦ blue 123

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

Shades of Flax #EAD57B

Tints of Flax #EAD57B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.37%

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

R = 41.05%
G = 37.37%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EAD57B (or 0xEAD57B) is known color: Flax. HEX triplet: EA, D5 and 7B. RGB value is (234,213,123). Sum of RGB (Red+Green+Blue) = 234+213+123=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 123 (48.44% from 255 or 21.58% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD57B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD57B is #152A84. Grayscale: #D1D1D1. Windows color (decimal): -1387141 or 8115690. OLE color: 8115690.

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

Color convert

RGB 234 213 123 -
CMYK 0 0.09 0.47 0.08
HSL 48.65º 0.73% 0.7% -
HSV(B) 48.65º 0.47% 0.92% -
XYZ 61.3 66.51 28.35 -
YUV 209.02 79.46 145.82 -
System Red Green Blue C M Y K H S L
Decimal 234 213 123 0 0.09 0.47 0.08 48.65 0.73 0.7
Hex EA D5 7B 0 9 2F 8 31 49 46
Octal 352 325 173 0 11 57 10 61 111 106
Binary 11101010 11010101 1111011 0 1001 101111 1000 110001 1001001 1000110

Color Harmonies of #EAD57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD57B

Black with #EAD57B

Text Example


Text Example

White with #EAD57B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD57B; }

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

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

background-color css

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

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

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

border-color css

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

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

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