Html Css Color HEX #E0900B Gamboge

📋 copy color: '#E0900B'

red 224 ◦ green 144 ◦ blue 11

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

Shades of Gamboge #E0900B

Tints of Gamboge #E0900B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.99%

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

R = 59.1%
G = 37.99%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0900B (or 0xE0900B) is known color: Gamboge. HEX triplet: E0, 90 and 0B. RGB value is (224,144,11). Sum of RGB (Red+Green+Blue) = 224+144+11=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E0900B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0900B is #1F6FF4. Grayscale: #999999. Windows color (decimal): -2060277 or 757984. OLE color: 757984.

HSL color Cylindrical-coordinate representation of color #E0900B: hue angle of 37.46º 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 #E0900B is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 144 11 -
CMYK 0 0.36 0.95 0.12
HSL 37.46º 0.91% 0.46% -
HSV(B) 37.46º 0.95% 0.88% -
XYZ 40.77 35.82 5.08 -
YUV 152.76 48 178.81 -
System Red Green Blue C M Y K H S L
Decimal 224 144 11 0 0.36 0.95 0.12 37.46 0.91 0.46
Hex E0 90 B 0 24 5F C 25 5B 2E
Octal 340 220 13 0 44 137 14 45 133 56
Binary 11100000 10010000 1011 0 100100 1011111 1100 100101 1011011 101110

Color Harmonies of #E0900B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0900B

Black with #E0900B

Text Example


Text Example

White with #E0900B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0900B; }

 p { color: rgb(224,144,11); }

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

background-color css

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

 a { background-color: rgb(224,144,11); }

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

border-color css

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

 span { border-color: rgb(224,144,11); }

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