Html Css Color HEX #E2E168 Goldenrod

📋 copy color: '#E2E168'

red 226 ◦ green 225 ◦ blue 104

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

Shades of Goldenrod #E2E168

Tints of Goldenrod #E2E168

RGB

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

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

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

R = 40.72%
G = 40.54%
B = 18.74%

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

#E2E168 (or 0xE2E168) is known color: Goldenrod. HEX triplet: E2, E1 and 68. RGB value is (226,225,104). Sum of RGB (Red+Green+Blue) = 226+225+104=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 104 (41.02% from 255 or 18.74% from 555); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E168 is #1D1E97. Grayscale: #D3D3D3. Windows color (decimal): -1908376 or 6873570. OLE color: 6873570.

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

Color convert

RGB 226 225 104 -
CMYK 0 0.00 0.54 0.11
HSL 59.51º 0.68% 0.65% -
HSV(B) 59.51º 0.54% 0.89% -
XYZ 60.79 71.02 23.6 -
YUV 211.51 67.33 138.34 -
System Red Green Blue C M Y K H S L
Decimal 226 225 104 0 0.00 0.54 0.11 59.51 0.68 0.65
Hex E2 E1 68 0 0 36 B 3C 44 41
Octal 342 341 150 0 0 66 13 74 104 101
Binary 11100010 11100001 1101000 0 0 110110 1011 111100 1000100 1000001

Color Harmonies of #E2E168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E168

Black with #E2E168

Text Example


Text Example

White with #E2E168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E168; }

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

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

background-color css

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

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

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

border-color css

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

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

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