Html Css Color HEX #E1DF68 Goldenrod

📋 copy color: '#E1DF68'

red 225 ◦ green 223 ◦ blue 104

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

Shades of Goldenrod #E1DF68

Tints of Goldenrod #E1DF68

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.4%

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

R = 40.76%
G = 40.4%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E1DF68 (or 0xE1DF68) is known color: Goldenrod. HEX triplet: E1, DF and 68. RGB value is (225,223,104). Sum of RGB (Red+Green+Blue) = 225+223+104=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 104 (41.02% from 255 or 18.84% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DF68 is #1E2097. Grayscale: #D2D2D2. Windows color (decimal): -1974424 or 6873057. OLE color: 6873057.

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

Color convert

RGB 225 223 104 -
CMYK 0 0.01 0.54 0.12
HSL 59.01º 0.67% 0.65% -
HSV(B) 59.01º 0.54% 0.88% -
XYZ 59.94 69.78 23.41 -
YUV 210.03 68.16 138.68 -
System Red Green Blue C M Y K H S L
Decimal 225 223 104 0 0.01 0.54 0.12 59.01 0.67 0.65
Hex E1 DF 68 0 1 36 C 3B 43 41
Octal 341 337 150 0 1 66 14 73 103 101
Binary 11100001 11011111 1101000 0 1 110110 1100 111011 1000011 1000001

Color Harmonies of #E1DF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DF68

Black with #E1DF68

Text Example


Text Example

White with #E1DF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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