Html Css Color HEX #E0AF0F Gamboge

📋 copy color: '#E0AF0F'

red 224 ◦ green 175 ◦ blue 15

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

Shades of Gamboge #E0AF0F

Tints of Gamboge #E0AF0F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.27%

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

R = 54.11%
G = 42.27%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E0AF0F (or 0xE0AF0F) is known color: Gamboge. HEX triplet: E0, AF and 0F. RGB value is (224,175,15). Sum of RGB (Red+Green+Blue) = 224+175+15=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 15 (6.25% from 255 or 3.62% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AF0F is #1F50F0. Grayscale: #ACACAC. Windows color (decimal): -2052337 or 1028064. OLE color: 1028064.

HSL color Cylindrical-coordinate representation of color #E0AF0F: hue angle of 45.93º 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 #E0AF0F is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 175 15 -
CMYK 0 0.22 0.93 0.12
HSL 45.93º 0.87% 0.47% -
HSV(B) 45.93º 0.93% 0.88% -
XYZ 46.16 46.54 7 -
YUV 171.41 39.73 165.51 -
System Red Green Blue C M Y K H S L
Decimal 224 175 15 0 0.22 0.93 0.12 45.93 0.87 0.47
Hex E0 AF F 0 16 5D C 2E 57 2F
Octal 340 257 17 0 26 135 14 56 127 57
Binary 11100000 10101111 1111 0 10110 1011101 1100 101110 1010111 101111

Color Harmonies of #E0AF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AF0F

Black with #E0AF0F

Text Example


Text Example

White with #E0AF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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