Html Css Color HEX #E2E169 Goldenrod

📋 copy color: '#E2E169'

red 226 ◦ green 225 ◦ blue 105

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

Shades of Goldenrod #E2E169

Tints of Goldenrod #E2E169

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.47%

 BLUE value IS 105 (41.41% from 255) = 18.88%

R = 40.65%
G = 40.47%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E2E169 (or 0xE2E169) is known color: Goldenrod. HEX triplet: E2, E1 and 69. RGB value is (226,225,105). Sum of RGB (Red+Green+Blue) = 226+225+105=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 105 (41.41% from 255 or 18.88% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E169 is #1D1E96. Grayscale: #D4D4D4. Windows color (decimal): -1908375 or 6939106. OLE color: 6939106.

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

Color convert

RGB 226 225 105 -
CMYK 0 0.00 0.54 0.11
HSL 59.5º 0.68% 0.65% -
HSV(B) 59.5º 0.54% 0.89% -
XYZ 60.84 71.04 23.87 -
YUV 211.62 67.83 138.26 -
System Red Green Blue C M Y K H S L
Decimal 226 225 105 0 0.00 0.54 0.11 59.5 0.68 0.65
Hex E2 E1 69 0 0 36 B 3C 44 41
Octal 342 341 151 0 0 66 13 74 104 101
Binary 11100010 11100001 1101001 0 0 110110 1011 111100 1000100 1000001

Color Harmonies of #E2E169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E169

Black with #E2E169

Text Example


Text Example

White with #E2E169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E169; }

 p { color: rgb(226,225,105); }

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

background-color css

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

 a { background-color: rgb(226,225,105); }

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

border-color css

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

 span { border-color: rgb(226,225,105); }

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