Html Css Color HEX #E3AC0E Gamboge

📋 copy color: '#E3AC0E'

red 227 ◦ green 172 ◦ blue 14

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

Shades of Gamboge #E3AC0E

Tints of Gamboge #E3AC0E

RGB

 RED value IS 227 (89.06% from 255) = 54.96%

 GREEN value IS 172 (67.58% from 255) = 41.65%

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

R = 54.96%
G = 41.65%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E3AC0E (or 0xE3AC0E) is known color: Gamboge. HEX triplet: E3, AC and 0E. RGB value is (227,172,14). Sum of RGB (Red+Green+Blue) = 227+172+14=413 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.96% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 14 (5.86% from 255 or 3.39% from 413); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AC0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3AC0E is #1C53F1. Grayscale: #ABABAB. Windows color (decimal): -1856498 or 961763. OLE color: 961763.

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

Color convert

RGB 227 172 14 -
CMYK 0 0.24 0.94 0.11
HSL 44.51º 0.88% 0.47% -
HSV(B) 44.51º 0.94% 0.89% -
XYZ 46.51 45.87 6.82 -
YUV 170.43 39.72 168.35 -
System Red Green Blue C M Y K H S L
Decimal 227 172 14 0 0.24 0.94 0.11 44.51 0.88 0.47
Hex E3 AC E 0 18 5E B 2D 58 2F
Octal 343 254 16 0 30 136 13 55 130 57
Binary 11100011 10101100 1110 0 11000 1011110 1011 101101 1011000 101111

Color Harmonies of #E3AC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3AC0E

Black with #E3AC0E

Text Example


Text Example

White with #E3AC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3AC0E; }

 p { color: rgb(227,172,14); }

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

background-color css

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

 a { background-color: rgb(227,172,14); }

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

border-color css

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

 span { border-color: rgb(227,172,14); }

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