Html Css Color HEX #E89B0C Gamboge

📋 copy color: '#E89B0C'

red 232 ◦ green 155 ◦ blue 12

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

Shades of Gamboge #E89B0C

Tints of Gamboge #E89B0C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.85%

 BLUE value IS 12 (5.08% from 255) = 3.01%

R = 58.15%
G = 38.85%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E89B0C (or 0xE89B0C) is known color: Gamboge. HEX triplet: E8, 9B and 0C. RGB value is (232,155,12). Sum of RGB (Red+Green+Blue) = 232+155+12=399 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.15% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 232 - color contains mainly: red. Hex color #E89B0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E89B0C is #1764F3. Grayscale: #A2A2A2. Windows color (decimal): -1533172 or 826344. OLE color: 826344.

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

Color convert

RGB 232 155 12 -
CMYK 0 0.33 0.95 0.09
HSL 39º 0.9% 0.48% -
HSV(B) 39º 0.95% 0.91% -
XYZ 45.07 40.63 5.81 -
YUV 161.72 43.51 178.13 -
System Red Green Blue C M Y K H S L
Decimal 232 155 12 0 0.33 0.95 0.09 39 0.9 0.48
Hex E8 9B C 0 21 5F 9 27 5A 30
Octal 350 233 14 0 41 137 11 47 132 60
Binary 11101000 10011011 1100 0 100001 1011111 1001 100111 1011010 110000

Color Harmonies of #E89B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89B0C

Black with #E89B0C

Text Example


Text Example

White with #E89B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89B0C; }

 p { color: rgb(232,155,12); }

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

background-color css

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

 a { background-color: rgb(232,155,12); }

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

border-color css

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

 span { border-color: rgb(232,155,12); }

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