Html Css Color HEX #E0E278 Goldenrod

📋 copy color: '#E0E278'

red 224 ◦ green 226 ◦ blue 120

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

Shades of Goldenrod #E0E278

Tints of Goldenrod #E0E278

RGB

 RED value IS 224 (87.89% from 255) = 39.3%

 GREEN value IS 226 (88.67% from 255) = 39.65%

 BLUE value IS 120 (47.27% from 255) = 21.05%

R = 39.3%
G = 39.65%
B = 21.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E0E278 (or 0xE0E278) is known color: Goldenrod. HEX triplet: E0, E2 and 78. RGB value is (224,226,120). Sum of RGB (Red+Green+Blue) = 224+226+120=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 226 (88.67% from 255 or 39.65% from 570); Blue value is 120 (47.27% from 255 or 21.05% from 570); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E278 is #1F1D87. Grayscale: #D5D5D5. Windows color (decimal): -2039176 or 7922400. OLE color: 7922400.

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

Color convert

RGB 224 226 120 -
CMYK 0.01 0 0.47 0.11
HSL 61.13º 0.65% 0.68% -
HSV(B) 61.13º 0.47% 0.89% -
XYZ 61.33 71.6 28.36 -
YUV 213.32 75.34 135.62 -
System Red Green Blue C M Y K H S L
Decimal 224 226 120 0.01 0 0.47 0.11 61.13 0.65 0.68
Hex E0 E2 78 1 0 2F B 3D 41 44
Octal 340 342 170 1 0 57 13 75 101 104
Binary 11100000 11100010 1111000 1 0 101111 1011 111101 1000001 1000100

Color Harmonies of #E0E278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E278

Black with #E0E278

Text Example


Text Example

White with #E0E278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E278; }

 p { color: rgb(224,226,120); }

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

background-color css

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

 a { background-color: rgb(224,226,120); }

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

border-color css

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

 span { border-color: rgb(224,226,120); }

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