Html Css Color HEX #E09E0E Gamboge

📋 copy color: '#E09E0E'

red 224 ◦ green 158 ◦ blue 14

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

Shades of Gamboge #E09E0E

Tints of Gamboge #E09E0E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.9%

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

R = 56.57%
G = 39.9%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E09E0E (or 0xE09E0E) is known color: Gamboge. HEX triplet: E0, 9E and 0E. RGB value is (224,158,14). Sum of RGB (Red+Green+Blue) = 224+158+14=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E09E0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09E0E is #1F61F1. Grayscale: #A1A1A1. Windows color (decimal): -2056690 or 958176. OLE color: 958176.

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

Color convert

RGB 224 158 14 -
CMYK 0 0.29 0.94 0.12
HSL 41.14º 0.88% 0.47% -
HSV(B) 41.14º 0.94% 0.88% -
XYZ 43.05 40.33 5.93 -
YUV 161.32 44.87 172.71 -
System Red Green Blue C M Y K H S L
Decimal 224 158 14 0 0.29 0.94 0.12 41.14 0.88 0.47
Hex E0 9E E 0 1D 5E C 29 58 2F
Octal 340 236 16 0 35 136 14 51 130 57
Binary 11100000 10011110 1110 0 11101 1011110 1100 101001 1011000 101111

Color Harmonies of #E09E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09E0E

Black with #E09E0E

Text Example


Text Example

White with #E09E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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