Html Css Color HEX #E1DB68 Goldenrod

📋 copy color: '#E1DB68'

red 225 ◦ green 219 ◦ blue 104

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

Shades of Goldenrod #E1DB68

Tints of Goldenrod #E1DB68

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.96%

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

R = 41.06%
G = 39.96%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E1DB68 (or 0xE1DB68) is known color: Goldenrod. HEX triplet: E1, DB and 68. RGB value is (225,219,104). Sum of RGB (Red+Green+Blue) = 225+219+104=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 104 (41.02% from 255 or 18.98% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DB68 is #1E2497. Grayscale: #D0D0D0. Windows color (decimal): -1975448 or 6872033. OLE color: 6872033.

HSL color Cylindrical-coordinate representation of color #E1DB68: hue angle of 57.02º 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 #E1DB68 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 219 104 -
CMYK 0 0.03 0.54 0.12
HSL 57.02º 0.67% 0.65% -
HSV(B) 57.02º 0.54% 0.88% -
XYZ 58.88 67.67 23.05 -
YUV 207.68 69.49 140.35 -
System Red Green Blue C M Y K H S L
Decimal 225 219 104 0 0.03 0.54 0.12 57.02 0.67 0.65
Hex E1 DB 68 0 3 36 C 39 43 41
Octal 341 333 150 0 3 66 14 71 103 101
Binary 11100001 11011011 1101000 0 11 110110 1100 111001 1000011 1000001

Color Harmonies of #E1DB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DB68

Black with #E1DB68

Text Example


Text Example

White with #E1DB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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