Html Css Color HEX #E0940B Gamboge

📋 copy color: '#E0940B'

red 224 ◦ green 148 ◦ blue 11

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

Shades of Gamboge #E0940B

Tints of Gamboge #E0940B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.64%

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

R = 58.49%
G = 38.64%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0940B (or 0xE0940B) is known color: Gamboge. HEX triplet: E0, 94 and 0B. RGB value is (224,148,11). Sum of RGB (Red+Green+Blue) = 224+148+11=383 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.49% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 11 (4.69% from 255 or 2.87% from 383); Max value from RGB is 224 - color contains mainly: red. Hex color #E0940B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0940B is #1F6BF4. Grayscale: #9B9B9B. Windows color (decimal): -2059253 or 759008. OLE color: 759008.

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

Color convert

RGB 224 148 11 -
CMYK 0 0.34 0.95 0.12
HSL 38.59º 0.91% 0.46% -
HSV(B) 38.59º 0.95% 0.88% -
XYZ 41.39 37.05 5.29 -
YUV 155.11 46.68 177.14 -
System Red Green Blue C M Y K H S L
Decimal 224 148 11 0 0.34 0.95 0.12 38.59 0.91 0.46
Hex E0 94 B 0 22 5F C 27 5B 2E
Octal 340 224 13 0 42 137 14 47 133 56
Binary 11100000 10010100 1011 0 100010 1011111 1100 100111 1011011 101110

Color Harmonies of #E0940B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0940B

Black with #E0940B

Text Example


Text Example

White with #E0940B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0940B; }

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

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

background-color css

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

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

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

border-color css

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

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

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