Html Css Color HEX #E3A70C Gamboge

📋 copy color: '#E3A70C'

red 227 ◦ green 167 ◦ blue 12

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

Shades of Gamboge #E3A70C

Tints of Gamboge #E3A70C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.13%

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

R = 55.91%
G = 41.13%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E3A70C (or 0xE3A70C) is known color: Gamboge. HEX triplet: E3, A7 and 0C. RGB value is (227,167,12). Sum of RGB (Red+Green+Blue) = 227+167+12=406 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.91% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A70C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A70C is #1C58F3. Grayscale: #A7A7A7. Windows color (decimal): -1857780 or 829411. OLE color: 829411.

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

Color convert

RGB 227 167 12 -
CMYK 0 0.26 0.95 0.11
HSL 43.26º 0.9% 0.47% -
HSV(B) 43.26º 0.95% 0.89% -
XYZ 45.56 43.99 6.44 -
YUV 167.27 40.38 170.6 -
System Red Green Blue C M Y K H S L
Decimal 227 167 12 0 0.26 0.95 0.11 43.26 0.9 0.47
Hex E3 A7 C 0 1A 5F B 2B 5A 2F
Octal 343 247 14 0 32 137 13 53 132 57
Binary 11100011 10100111 1100 0 11010 1011111 1011 101011 1011010 101111

Color Harmonies of #E3A70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3A70C

Black with #E3A70C

Text Example


Text Example

White with #E3A70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3A70C; }

 p { color: rgb(227,167,12); }

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

background-color css

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

 a { background-color: rgb(227,167,12); }

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

border-color css

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

 span { border-color: rgb(227,167,12); }

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