Html Css Color HEX #E6D480 Flax

📋 copy color: '#E6D480'

red 230 ◦ green 212 ◦ blue 128

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

Shades of Flax #E6D480

Tints of Flax #E6D480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.46%

R = 40.35%
G = 37.19%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E6D480 (or 0xE6D480) is known color: Flax. HEX triplet: E6, D4 and 80. RGB value is (230,212,128). Sum of RGB (Red+Green+Blue) = 230+212+128=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 128 (50.39% from 255 or 22.46% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D480 is #192B7F. Grayscale: #D0D0D0. Windows color (decimal): -1649536 or 8443110. OLE color: 8443110.

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

Color convert

RGB 230 212 128 -
CMYK 0 0.08 0.44 0.10
HSL 49.41º 0.67% 0.7% -
HSV(B) 49.41º 0.44% 0.9% -
XYZ 60.07 65.47 29.89 -
YUV 207.81 82.96 143.83 -
System Red Green Blue C M Y K H S L
Decimal 230 212 128 0 0.08 0.44 0.10 49.41 0.67 0.7
Hex E6 D4 80 0 8 2C A 31 43 46
Octal 346 324 200 0 10 54 12 61 103 106
Binary 11100110 11010100 10000000 0 1000 101100 1010 110001 1000011 1000110

Color Harmonies of #E6D480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D480

Black with #E6D480

Text Example


Text Example

White with #E6D480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D480; }

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

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

background-color css

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

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

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

border-color css

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

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

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