Html Css Color HEX #E09C0E Gamboge

📋 copy color: '#E09C0E'

red 224 ◦ green 156 ◦ blue 14

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

Shades of Gamboge #E09C0E

Tints of Gamboge #E09C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.55%

R = 56.85%
G = 39.59%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E09C0E (or 0xE09C0E) is known color: Gamboge. HEX triplet: E0, 9C and 0E. RGB value is (224,156,14). Sum of RGB (Red+Green+Blue) = 224+156+14=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 14 (5.86% from 255 or 3.55% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E09C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09C0E is #1F63F1. Grayscale: #A0A0A0. Windows color (decimal): -2057202 or 957664. OLE color: 957664.

HSL color Cylindrical-coordinate representation of color #E09C0E: hue angle of 40.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E09C0E is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 156 14 -
CMYK 0 0.30 0.94 0.12
HSL 40.57º 0.88% 0.47% -
HSV(B) 40.57º 0.94% 0.88% -
XYZ 42.71 39.66 5.82 -
YUV 160.14 45.53 173.55 -
System Red Green Blue C M Y K H S L
Decimal 224 156 14 0 0.30 0.94 0.12 40.57 0.88 0.47
Hex E0 9C E 0 1E 5E C 29 58 2F
Octal 340 234 16 0 36 136 14 51 130 57
Binary 11100000 10011100 1110 0 11110 1011110 1100 101001 1011000 101111

Color Harmonies of #E09C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09C0E

Black with #E09C0E

Text Example


Text Example

White with #E09C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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