Html Css Color HEX #EAD283 Flax

📋 copy color: '#EAD283'

red 234 ◦ green 210 ◦ blue 131

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

Shades of Flax #EAD283

Tints of Flax #EAD283

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.52%

 BLUE value IS 131 (51.56% from 255) = 22.78%

R = 40.7%
G = 36.52%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EAD283 (or 0xEAD283) is known color: Flax. HEX triplet: EA, D2 and 83. RGB value is (234,210,131). Sum of RGB (Red+Green+Blue) = 234+210+131=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 131 (51.56% from 255 or 22.78% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD283 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD283 is #152D7C. Grayscale: #D0D0D0. Windows color (decimal): -1387901 or 8639210. OLE color: 8639210.

HSL color Cylindrical-coordinate representation of color #EAD283: hue angle of 46.02º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EAD283 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 210 131 -
CMYK 0 0.10 0.44 0.08
HSL 46.02º 0.71% 0.72% -
HSV(B) 46.02º 0.44% 0.92% -
XYZ 61.08 65.22 30.84 -
YUV 208.17 84.45 146.42 -
System Red Green Blue C M Y K H S L
Decimal 234 210 131 0 0.10 0.44 0.08 46.02 0.71 0.72
Hex EA D2 83 0 A 2C 8 2E 47 48
Octal 352 322 203 0 12 54 10 56 107 110
Binary 11101010 11010010 10000011 0 1010 101100 1000 101110 1000111 1001000

Color Harmonies of #EAD283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD283

Black with #EAD283

Text Example


Text Example

White with #EAD283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD283; }

 p { color: rgb(234,210,131); }

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

background-color css

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

 a { background-color: rgb(234,210,131); }

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

border-color css

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

 span { border-color: rgb(234,210,131); }

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