Html Css Color HEX #E1D665 Goldenrod

📋 copy color: '#E1D665'

red 225 ◦ green 214 ◦ blue 101

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

Shades of Goldenrod #E1D665

Tints of Goldenrod #E1D665

RGB

 RED value IS 225 (88.28% from 255) = 41.67%

 GREEN value IS 214 (83.98% from 255) = 39.63%

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

R = 41.67%
G = 39.63%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E1D665 (or 0xE1D665) is known color: Goldenrod. HEX triplet: E1, D6 and 65. RGB value is (225,214,101). Sum of RGB (Red+Green+Blue) = 225+214+101=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 101 (39.84% from 255 or 18.70% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D665 is #1E299A. Grayscale: #CCCCCC. Windows color (decimal): -1976731 or 6674145. OLE color: 6674145.

HSL color Cylindrical-coordinate representation of color #E1D665: hue angle of 54.68º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E1D665 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 214 101 -
CMYK 0 0.05 0.55 0.12
HSL 54.68º 0.67% 0.64% -
HSV(B) 54.68º 0.55% 0.88% -
XYZ 57.45 65.04 21.84 -
YUV 204.41 69.64 142.69 -
System Red Green Blue C M Y K H S L
Decimal 225 214 101 0 0.05 0.55 0.12 54.68 0.67 0.64
Hex E1 D6 65 0 5 37 C 37 43 40
Octal 341 326 145 0 5 67 14 67 103 100
Binary 11100001 11010110 1100101 0 101 110111 1100 110111 1000011 1000000

Color Harmonies of #E1D665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D665

Black with #E1D665

Text Example


Text Example

White with #E1D665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D665; }

 p { color: rgb(225,214,101); }

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

background-color css

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

 a { background-color: rgb(225,214,101); }

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

border-color css

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

 span { border-color: rgb(225,214,101); }

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