Html Css Color HEX #E1B00B Gamboge

📋 copy color: '#E1B00B'

red 225 ◦ green 176 ◦ blue 11

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

Shades of Gamboge #E1B00B

Tints of Gamboge #E1B00B

RGB

 RED value IS 225 (88.28% from 255) = 54.61%

 GREEN value IS 176 (69.14% from 255) = 42.72%

 BLUE value IS 11 (4.69% from 255) = 2.67%

R = 54.61%
G = 42.72%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1B00B (or 0xE1B00B) is known color: Gamboge. HEX triplet: E1, B0 and 0B. RGB value is (225,176,11). Sum of RGB (Red+Green+Blue) = 225+176+11=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 11 (4.69% from 255 or 2.67% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1B00B is #1E4FF4. Grayscale: #ACACAC. Windows color (decimal): -1986549 or 766177. OLE color: 766177.

HSL color Cylindrical-coordinate representation of color #E1B00B: hue angle of 46.26º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1B00B is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 176 11 -
CMYK 0 0.22 0.95 0.12
HSL 46.26º 0.91% 0.46% -
HSV(B) 46.26º 0.95% 0.88% -
XYZ 46.64 47.08 6.95 -
YUV 171.84 37.23 165.92 -
System Red Green Blue C M Y K H S L
Decimal 225 176 11 0 0.22 0.95 0.12 46.26 0.91 0.46
Hex E1 B0 B 0 16 5F C 2E 5B 2E
Octal 341 260 13 0 26 137 14 56 133 56
Binary 11100001 10110000 1011 0 10110 1011111 1100 101110 1011011 101110

Color Harmonies of #E1B00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B00B

Black with #E1B00B

Text Example


Text Example

White with #E1B00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B00B; }

 p { color: rgb(225,176,11); }

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

background-color css

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

 a { background-color: rgb(225,176,11); }

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

border-color css

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

 span { border-color: rgb(225,176,11); }

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