Html Css Color HEX #E0B105 Gamboge

📋 copy color: '#E0B105'

red 224 ◦ green 177 ◦ blue 5

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

Shades of Gamboge #E0B105

Tints of Gamboge #E0B105

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.6%

 BLUE value IS 5 (2.34% from 255) = 1.23%

R = 55.17%
G = 43.6%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E0B105 (or 0xE0B105) is known color: Gamboge. HEX triplet: E0, B1 and 05. RGB value is (224,177,5). Sum of RGB (Red+Green+Blue) = 224+177+5=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 5 (2.34% from 255 or 1.23% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0B105 is #1F4EFA. Grayscale: #ACACAC. Windows color (decimal): -2051835 or 373216. OLE color: 373216.

HSL color Cylindrical-coordinate representation of color #E0B105: hue angle of 47.12º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0B105 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 177 5 -
CMYK 0 0.21 0.98 0.12
HSL 47.12º 0.96% 0.45% -
HSV(B) 47.12º 0.98% 0.88% -
XYZ 46.49 47.3 6.82 -
YUV 171.45 34.07 165.49 -
System Red Green Blue C M Y K H S L
Decimal 224 177 5 0 0.21 0.98 0.12 47.12 0.96 0.45
Hex E0 B1 5 0 15 62 C 2F 60 2D
Octal 340 261 5 0 25 142 14 57 140 55
Binary 11100000 10110001 101 0 10101 1100010 1100 101111 1100000 101101

Color Harmonies of #E0B105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B105

Black with #E0B105

Text Example


Text Example

White with #E0B105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B105; }

 p { color: rgb(224,177,5); }

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

background-color css

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

 a { background-color: rgb(224,177,5); }

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

border-color css

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

 span { border-color: rgb(224,177,5); }

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