Html Css Color HEX #E99C0E Gamboge

📋 copy color: '#E99C0E'

red 233 ◦ green 156 ◦ blue 14

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

Shades of Gamboge #E99C0E

Tints of Gamboge #E99C0E

RGB

 RED value IS 233 (91.41% from 255) = 57.82%

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

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

R = 57.82%
G = 38.71%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E99C0E (or 0xE99C0E) is known color: Gamboge. HEX triplet: E9, 9C and 0E. RGB value is (233,156,14). Sum of RGB (Red+Green+Blue) = 233+156+14=403 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.82% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 14 (5.86% from 255 or 3.47% from 403); Max value from RGB is 233 - color contains mainly: red. Hex color #E99C0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99C0E is #1663F1. Grayscale: #A3A3A3. Windows color (decimal): -1467378 or 957673. OLE color: 957673.

HSL color Cylindrical-coordinate representation of color #E99C0E: hue angle of 38.9º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E99C0E is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 156 14 -
CMYK 0 0.33 0.94 0.09
HSL 38.9º 0.89% 0.48% -
HSV(B) 38.9º 0.94% 0.91% -
XYZ 45.57 41.13 5.95 -
YUV 162.84 44.01 178.05 -
System Red Green Blue C M Y K H S L
Decimal 233 156 14 0 0.33 0.94 0.09 38.9 0.89 0.48
Hex E9 9C E 0 21 5E 9 27 59 30
Octal 351 234 16 0 41 136 11 47 131 60
Binary 11101001 10011100 1110 0 100001 1011110 1001 100111 1011001 110000

Color Harmonies of #E99C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99C0E

Black with #E99C0E

Text Example


Text Example

White with #E99C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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