Html Css Color HEX #E48F0C Gamboge

📋 copy color: '#E48F0C'

red 228 ◦ green 143 ◦ blue 12

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

Shades of Gamboge #E48F0C

Tints of Gamboge #E48F0C

RGB

 RED value IS 228 (89.45% from 255) = 59.53%

 GREEN value IS 143 (56.25% from 255) = 37.34%

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

R = 59.53%
G = 37.34%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E48F0C (or 0xE48F0C) is known color: Gamboge. HEX triplet: E4, 8F and 0C. RGB value is (228,143,12). Sum of RGB (Red+Green+Blue) = 228+143+12=383 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.53% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 228 - color contains mainly: red. Hex color #E48F0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E48F0C is #1B70F3. Grayscale: #9A9A9A. Windows color (decimal): -1798388 or 823268. OLE color: 823268.

HSL color Cylindrical-coordinate representation of color #E48F0C: hue angle of 36.39º 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 #E48F0C is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 143 12 -
CMYK 0 0.37 0.95 0.11
HSL 36.39º 0.9% 0.47% -
HSV(B) 36.39º 0.95% 0.89% -
XYZ 41.88 36.17 5.12 -
YUV 153.48 48.16 181.15 -
System Red Green Blue C M Y K H S L
Decimal 228 143 12 0 0.37 0.95 0.11 36.39 0.9 0.47
Hex E4 8F C 0 25 5F B 24 5A 2F
Octal 344 217 14 0 45 137 13 44 132 57
Binary 11100100 10001111 1100 0 100101 1011111 1011 100100 1011010 101111

Color Harmonies of #E48F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48F0C

Black with #E48F0C

Text Example


Text Example

White with #E48F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48F0C; }

 p { color: rgb(228,143,12); }

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

background-color css

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

 a { background-color: rgb(228,143,12); }

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

border-color css

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

 span { border-color: rgb(228,143,12); }

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