Html Css Color HEX #E2DE64 Goldenrod

📋 copy color: '#E2DE64'

red 226 ◦ green 222 ◦ blue 100

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

Shades of Goldenrod #E2DE64

Tints of Goldenrod #E2DE64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.25%

R = 41.24%
G = 40.51%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E2DE64 (or 0xE2DE64) is known color: Goldenrod. HEX triplet: E2, DE and 64. RGB value is (226,222,100). Sum of RGB (Red+Green+Blue) = 226+222+100=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 100 (39.45% from 255 or 18.25% from 548); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DE64 is #1D219B. Grayscale: #D1D1D1. Windows color (decimal): -1909148 or 6610658. OLE color: 6610658.

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

Color convert

RGB 226 222 100 -
CMYK 0 0.02 0.56 0.11
HSL 58.1º 0.68% 0.64% -
HSV(B) 58.1º 0.56% 0.89% -
XYZ 59.79 69.33 22.29 -
YUV 209.29 66.33 139.92 -
System Red Green Blue C M Y K H S L
Decimal 226 222 100 0 0.02 0.56 0.11 58.1 0.68 0.64
Hex E2 DE 64 0 2 38 B 3A 44 40
Octal 342 336 144 0 2 70 13 72 104 100
Binary 11100010 11011110 1100100 0 10 111000 1011 111010 1000100 1000000

Color Harmonies of #E2DE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DE64

Black with #E2DE64

Text Example


Text Example

White with #E2DE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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