Html Css Color HEX #E2DE68 Goldenrod

📋 copy color: '#E2DE68'

red 226 ◦ green 222 ◦ blue 104

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

Shades of Goldenrod #E2DE68

Tints of Goldenrod #E2DE68

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.22%

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

R = 40.94%
G = 40.22%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E2DE68 (or 0xE2DE68) is known color: Goldenrod. HEX triplet: E2, DE and 68. RGB value is (226,222,104). Sum of RGB (Red+Green+Blue) = 226+222+104=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 104 (41.02% from 255 or 18.84% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DE68 is #1D2197. Grayscale: #D2D2D2. Windows color (decimal): -1909144 or 6872802. OLE color: 6872802.

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

Color convert

RGB 226 222 104 -
CMYK 0 0.02 0.54 0.11
HSL 58.03º 0.68% 0.65% -
HSV(B) 58.03º 0.54% 0.89% -
XYZ 59.98 69.41 23.33 -
YUV 209.74 68.33 139.59 -
System Red Green Blue C M Y K H S L
Decimal 226 222 104 0 0.02 0.54 0.11 58.03 0.68 0.65
Hex E2 DE 68 0 2 36 B 3A 44 41
Octal 342 336 150 0 2 66 13 72 104 101
Binary 11100010 11011110 1101000 0 10 110110 1011 111010 1000100 1000001

Color Harmonies of #E2DE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DE68

Black with #E2DE68

Text Example


Text Example

White with #E2DE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DE68; }

 p { color: rgb(226,222,104); }

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

background-color css

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

 a { background-color: rgb(226,222,104); }

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

border-color css

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

 span { border-color: rgb(226,222,104); }

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