Html Css Color HEX #E0AC0F Gamboge

📋 copy color: '#E0AC0F'

red 224 ◦ green 172 ◦ blue 15

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

Shades of Gamboge #E0AC0F

Tints of Gamboge #E0AC0F

RGB

 RED value IS 224 (87.89% from 255) = 54.5%

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

 BLUE value IS 15 (6.25% from 255) = 3.65%

R = 54.5%
G = 41.85%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E0AC0F (or 0xE0AC0F) is known color: Gamboge. HEX triplet: E0, AC and 0F. RGB value is (224,172,15). Sum of RGB (Red+Green+Blue) = 224+172+15=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 15 (6.25% from 255 or 3.65% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AC0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AC0F is #1F53F0. Grayscale: #AAAAAA. Windows color (decimal): -2053105 or 1027296. OLE color: 1027296.

HSL color Cylindrical-coordinate representation of color #E0AC0F: hue angle of 45.07º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E0AC0F is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 172 15 -
CMYK 0 0.23 0.93 0.12
HSL 45.07º 0.87% 0.47% -
HSV(B) 45.07º 0.93% 0.88% -
XYZ 45.58 45.39 6.81 -
YUV 169.65 40.73 166.77 -
System Red Green Blue C M Y K H S L
Decimal 224 172 15 0 0.23 0.93 0.12 45.07 0.87 0.47
Hex E0 AC F 0 17 5D C 2D 57 2F
Octal 340 254 17 0 27 135 14 55 127 57
Binary 11100000 10101100 1111 0 10111 1011101 1100 101101 1010111 101111

Color Harmonies of #E0AC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AC0F

Black with #E0AC0F

Text Example


Text Example

White with #E0AC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AC0F; }

 p { color: rgb(224,172,15); }

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

background-color css

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

 a { background-color: rgb(224,172,15); }

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

border-color css

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

 span { border-color: rgb(224,172,15); }

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