Html Css Color HEX #E1D768 Goldenrod

📋 copy color: '#E1D768'

red 225 ◦ green 215 ◦ blue 104

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

Shades of Goldenrod #E1D768

Tints of Goldenrod #E1D768

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.52%

 BLUE value IS 104 (41.02% from 255) = 19.12%

R = 41.36%
G = 39.52%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E1D768 (or 0xE1D768) is known color: Goldenrod. HEX triplet: E1, D7 and 68. RGB value is (225,215,104). Sum of RGB (Red+Green+Blue) = 225+215+104=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 104 (41.02% from 255 or 19.12% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D768 is #1E2897. Grayscale: #CDCDCD. Windows color (decimal): -1976472 or 6871009. OLE color: 6871009.

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

Color convert

RGB 225 215 104 -
CMYK 0 0.04 0.54 0.12
HSL 55.04º 0.67% 0.65% -
HSV(B) 55.04º 0.54% 0.88% -
XYZ 57.85 65.61 22.71 -
YUV 205.34 70.81 142.03 -
System Red Green Blue C M Y K H S L
Decimal 225 215 104 0 0.04 0.54 0.12 55.04 0.67 0.65
Hex E1 D7 68 0 4 36 C 37 43 41
Octal 341 327 150 0 4 66 14 67 103 101
Binary 11100001 11010111 1101000 0 100 110110 1100 110111 1000011 1000001

Color Harmonies of #E1D768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D768

Black with #E1D768

Text Example


Text Example

White with #E1D768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D768; }

 p { color: rgb(225,215,104); }

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

background-color css

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

 a { background-color: rgb(225,215,104); }

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

border-color css

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

 span { border-color: rgb(225,215,104); }

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