Html Css Color HEX #E6D482 Flax

📋 copy color: '#E6D482'

red 230 ◦ green 212 ◦ blue 130

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

Shades of Flax #E6D482

Tints of Flax #E6D482

RGB

 RED value IS 230 (90.23% from 255) = 40.21%

 GREEN value IS 212 (83.2% from 255) = 37.06%

 BLUE value IS 130 (51.17% from 255) = 22.73%

R = 40.21%
G = 37.06%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E6D482 (or 0xE6D482) is known color: Flax. HEX triplet: E6, D4 and 82. RGB value is (230,212,130). Sum of RGB (Red+Green+Blue) = 230+212+130=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 130 (51.17% from 255 or 22.73% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D482 is #192B7D. Grayscale: #D0D0D0. Windows color (decimal): -1649534 or 8574182. OLE color: 8574182.

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

Color convert

RGB 230 212 130 -
CMYK 0 0.08 0.43 0.10
HSL 49.2º 0.67% 0.71% -
HSV(B) 49.2º 0.43% 0.9% -
XYZ 60.21 65.52 30.59 -
YUV 208.03 83.96 143.67 -
System Red Green Blue C M Y K H S L
Decimal 230 212 130 0 0.08 0.43 0.10 49.2 0.67 0.71
Hex E6 D4 82 0 8 2B A 31 43 47
Octal 346 324 202 0 10 53 12 61 103 107
Binary 11100110 11010100 10000010 0 1000 101011 1010 110001 1000011 1000111

Color Harmonies of #E6D482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D482

Black with #E6D482

Text Example


Text Example

White with #E6D482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D482; }

 p { color: rgb(230,212,130); }

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

background-color css

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

 a { background-color: rgb(230,212,130); }

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

border-color css

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

 span { border-color: rgb(230,212,130); }

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