Html Css Color HEX #E2DC65 Goldenrod

📋 copy color: '#E2DC65'

red 226 ◦ green 220 ◦ blue 101

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

Shades of Goldenrod #E2DC65

Tints of Goldenrod #E2DC65

RGB

 RED value IS 226 (88.67% from 255) = 41.32%

 GREEN value IS 220 (86.33% from 255) = 40.22%

 BLUE value IS 101 (39.84% from 255) = 18.46%

R = 41.32%
G = 40.22%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E2DC65 (or 0xE2DC65) is known color: Goldenrod. HEX triplet: E2, DC and 65. RGB value is (226,220,101). Sum of RGB (Red+Green+Blue) = 226+220+101=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 101 (39.84% from 255 or 18.46% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DC65 is #1D239A. Grayscale: #D0D0D0. Windows color (decimal): -1909659 or 6675682. OLE color: 6675682.

HSL color Cylindrical-coordinate representation of color #E2DC65: hue angle of 57.12º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2DC65 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 220 101 -
CMYK 0 0.03 0.55 0.11
HSL 57.12º 0.68% 0.64% -
HSV(B) 57.12º 0.55% 0.89% -
XYZ 59.31 68.29 22.37 -
YUV 208.23 67.49 140.68 -
System Red Green Blue C M Y K H S L
Decimal 226 220 101 0 0.03 0.55 0.11 57.12 0.68 0.64
Hex E2 DC 65 0 3 37 B 39 44 40
Octal 342 334 145 0 3 67 13 71 104 100
Binary 11100010 11011100 1100101 0 11 110111 1011 111001 1000100 1000000

Color Harmonies of #E2DC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DC65

Black with #E2DC65

Text Example


Text Example

White with #E2DC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DC65; }

 p { color: rgb(226,220,101); }

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

background-color css

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

 a { background-color: rgb(226,220,101); }

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

border-color css

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

 span { border-color: rgb(226,220,101); }

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