Html Css Color HEX #E2DE67 Goldenrod

📋 copy color: '#E2DE67'

red 226 ◦ green 222 ◦ blue 103

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

Shades of Goldenrod #E2DE67

Tints of Goldenrod #E2DE67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.69%

R = 41.02%
G = 40.29%
B = 18.69%

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

#E2DE67 (or 0xE2DE67) is known color: Goldenrod. HEX triplet: E2, DE and 67. RGB value is (226,222,103). Sum of RGB (Red+Green+Blue) = 226+222+103=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 103 (40.62% from 255 or 18.69% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DE67 is #1D2198. Grayscale: #D2D2D2. Windows color (decimal): -1909145 or 6807266. OLE color: 6807266.

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

Color convert

RGB 226 222 103 -
CMYK 0 0.02 0.54 0.11
HSL 58.05º 0.68% 0.65% -
HSV(B) 58.05º 0.54% 0.89% -
XYZ 59.93 69.39 23.07 -
YUV 209.63 67.83 139.68 -
System Red Green Blue C M Y K H S L
Decimal 226 222 103 0 0.02 0.54 0.11 58.05 0.68 0.65
Hex E2 DE 67 0 2 36 B 3A 44 41
Octal 342 336 147 0 2 66 13 72 104 101
Binary 11100010 11011110 1100111 0 10 110110 1011 111010 1000100 1000001

Color Harmonies of #E2DE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DE67

Black with #E2DE67

Text Example


Text Example

White with #E2DE67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DE67; }

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

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

background-color css

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

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

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

border-color css

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

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

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