Html Css Color HEX #E48C0B Gamboge

📋 copy color: '#E48C0B'

red 228 ◦ green 140 ◦ blue 11

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

Shades of Gamboge #E48C0B

Tints of Gamboge #E48C0B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.94%

 BLUE value IS 11 (4.69% from 255) = 2.9%

R = 60.16%
G = 36.94%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E48C0B (or 0xE48C0B) is known color: Gamboge. HEX triplet: E4, 8C and 0B. RGB value is (228,140,11). Sum of RGB (Red+Green+Blue) = 228+140+11=379 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60.16% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E48C0B is #1B73F4. Grayscale: #989898. Windows color (decimal): -1799157 or 756964. OLE color: 756964.

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

Color convert

RGB 228 140 11 -
CMYK 0 0.39 0.95 0.11
HSL 35.67º 0.91% 0.47% -
HSV(B) 35.67º 0.95% 0.89% -
XYZ 41.43 35.27 4.94 -
YUV 151.61 48.65 182.49 -
System Red Green Blue C M Y K H S L
Decimal 228 140 11 0 0.39 0.95 0.11 35.67 0.91 0.47
Hex E4 8C B 0 27 5F B 24 5B 2F
Octal 344 214 13 0 47 137 13 44 133 57
Binary 11100100 10001100 1011 0 100111 1011111 1011 100100 1011011 101111

Color Harmonies of #E48C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48C0B

Black with #E48C0B

Text Example


Text Example

White with #E48C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48C0B; }

 p { color: rgb(228,140,11); }

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

background-color css

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

 a { background-color: rgb(228,140,11); }

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

border-color css

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

 span { border-color: rgb(228,140,11); }

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