Html Css Color HEX #E6DA80 Light Goldenrod

📋 copy color: '#E6DA80'

red 230 ◦ green 218 ◦ blue 128

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

Shades of Light Goldenrod #E6DA80

Tints of Light Goldenrod #E6DA80

RGB

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

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

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

R = 39.93%
G = 37.85%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E6DA80 (or 0xE6DA80) is known color: Light Goldenrod. HEX triplet: E6, DA and 80. RGB value is (230,218,128). Sum of RGB (Red+Green+Blue) = 230+218+128=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 128 (50.39% from 255 or 22.22% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DA80 is #19257F. Grayscale: #D3D3D3. Windows color (decimal): -1648000 or 8444646. OLE color: 8444646.

HSL color Cylindrical-coordinate representation of color #E6DA80: hue angle of 52.94º 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 #E6DA80 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 218 128 -
CMYK 0 0.05 0.44 0.10
HSL 52.94º 0.67% 0.7% -
HSV(B) 52.94º 0.44% 0.9% -
XYZ 61.6 68.52 30.4 -
YUV 211.33 80.98 141.32 -
System Red Green Blue C M Y K H S L
Decimal 230 218 128 0 0.05 0.44 0.10 52.94 0.67 0.7
Hex E6 DA 80 0 5 2C A 35 43 46
Octal 346 332 200 0 5 54 12 65 103 106
Binary 11100110 11011010 10000000 0 101 101100 1010 110101 1000011 1000110

Color Harmonies of #E6DA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DA80

Black with #E6DA80

Text Example


Text Example

White with #E6DA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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