Html Css Color HEX #E0B102 Gamboge

📋 copy color: '#E0B102'

red 224 ◦ green 177 ◦ blue 2

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

Shades of Gamboge #E0B102

Tints of Gamboge #E0B102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 55.58%
G = 43.92%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E0B102 (or 0xE0B102) is known color: Gamboge. HEX triplet: E0, B1 and 02. RGB value is (224,177,2). Sum of RGB (Red+Green+Blue) = 224+177+2=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 2 (1.17% from 255 or 0.50% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0B102 is #1F4EFD. Grayscale: #ABABAB. Windows color (decimal): -2051838 or 176608. OLE color: 176608.

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

Color convert

RGB 224 177 2 -
CMYK 0 0.21 0.99 0.12
HSL 47.3º 0.98% 0.44% -
HSV(B) 47.3º 0.99% 0.88% -
XYZ 46.47 47.3 6.74 -
YUV 171.1 32.57 165.73 -
System Red Green Blue C M Y K H S L
Decimal 224 177 2 0 0.21 0.99 0.12 47.3 0.98 0.44
Hex E0 B1 2 0 15 63 C 2F 62 2C
Octal 340 261 2 0 25 143 14 57 142 54
Binary 11100000 10110001 10 0 10101 1100011 1100 101111 1100010 101100

Color Harmonies of #E0B102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B102

Black with #E0B102

Text Example


Text Example

White with #E0B102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B102; }

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

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

background-color css

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

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

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

border-color css

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

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

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