Html Css Color HEX #E09C0B Gamboge

📋 copy color: '#E09C0B'

red 224 ◦ green 156 ◦ blue 11

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

Shades of Gamboge #E09C0B

Tints of Gamboge #E09C0B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.9%

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

R = 57.29%
G = 39.9%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E09C0B (or 0xE09C0B) is known color: Gamboge. HEX triplet: E0, 9C and 0B. RGB value is (224,156,11). Sum of RGB (Red+Green+Blue) = 224+156+11=391 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.29% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 224 - color contains mainly: red. Hex color #E09C0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09C0B is #1F63F4. Grayscale: #A0A0A0. Windows color (decimal): -2057205 or 761056. OLE color: 761056.

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

Color convert

RGB 224 156 11 -
CMYK 0 0.30 0.95 0.12
HSL 40.85º 0.91% 0.46% -
HSV(B) 40.85º 0.95% 0.88% -
XYZ 42.69 39.65 5.72 -
YUV 159.8 44.03 173.79 -
System Red Green Blue C M Y K H S L
Decimal 224 156 11 0 0.30 0.95 0.12 40.85 0.91 0.46
Hex E0 9C B 0 1E 5F C 29 5B 2E
Octal 340 234 13 0 36 137 14 51 133 56
Binary 11100000 10011100 1011 0 11110 1011111 1100 101001 1011011 101110

Color Harmonies of #E09C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09C0B

Black with #E09C0B

Text Example


Text Example

White with #E09C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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