Html Css Color HEX #E8B00E Gamboge

📋 copy color: '#E8B00E'

red 232 ◦ green 176 ◦ blue 14

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

Shades of Gamboge #E8B00E

Tints of Gamboge #E8B00E

RGB

 RED value IS 232 (91.02% from 255) = 54.98%

 GREEN value IS 176 (69.14% from 255) = 41.71%

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

R = 54.98%
G = 41.71%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E8B00E (or 0xE8B00E) is known color: Gamboge. HEX triplet: E8, B0 and 0E. RGB value is (232,176,14). Sum of RGB (Red+Green+Blue) = 232+176+14=422 (55% of max value = 765). Red value is 232 (91.02% from 255 or 54.98% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 14 (5.86% from 255 or 3.32% from 422); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B00E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8B00E is #174FF1. Grayscale: #AEAEAE. Windows color (decimal): -1527794 or 962792. OLE color: 962792.

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

Color convert

RGB 232 176 14 -
CMYK 0 0.24 0.94 0.09
HSL 44.59º 0.89% 0.48% -
HSV(B) 44.59º 0.94% 0.91% -
XYZ 48.88 48.24 7.15 -
YUV 174.28 37.55 169.17 -
System Red Green Blue C M Y K H S L
Decimal 232 176 14 0 0.24 0.94 0.09 44.59 0.89 0.48
Hex E8 B0 E 0 18 5E 9 2D 59 30
Octal 350 260 16 0 30 136 11 55 131 60
Binary 11101000 10110000 1110 0 11000 1011110 1001 101101 1011001 110000

Color Harmonies of #E8B00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8B00E

Black with #E8B00E

Text Example


Text Example

White with #E8B00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8B00E; }

 p { color: rgb(232,176,14); }

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

background-color css

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

 a { background-color: rgb(232,176,14); }

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

border-color css

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

 span { border-color: rgb(232,176,14); }

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