Html Css Color HEX #E8A50B Gamboge

📋 copy color: '#E8A50B'

red 232 ◦ green 165 ◦ blue 11

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

Shades of Gamboge #E8A50B

Tints of Gamboge #E8A50B

RGB

 RED value IS 232 (91.02% from 255) = 56.86%

 GREEN value IS 165 (64.84% from 255) = 40.44%

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

R = 56.86%
G = 40.44%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E8A50B (or 0xE8A50B) is known color: Gamboge. HEX triplet: E8, A5 and 0B. RGB value is (232,165,11). Sum of RGB (Red+Green+Blue) = 232+165+11=408 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.86% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 11 (4.69% from 255 or 2.70% from 408); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A50B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A50B is #175AF4. Grayscale: #A8A8A8. Windows color (decimal): -1530613 or 763368. OLE color: 763368.

HSL color Cylindrical-coordinate representation of color #E8A50B: hue angle of 41.81º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E8A50B is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 165 11 -
CMYK 0 0.29 0.95 0.09
HSL 41.81º 0.91% 0.48% -
HSV(B) 41.81º 0.95% 0.91% -
XYZ 46.79 44.09 6.36 -
YUV 167.48 39.7 174.02 -
System Red Green Blue C M Y K H S L
Decimal 232 165 11 0 0.29 0.95 0.09 41.81 0.91 0.48
Hex E8 A5 B 0 1D 5F 9 2A 5B 30
Octal 350 245 13 0 35 137 11 52 133 60
Binary 11101000 10100101 1011 0 11101 1011111 1001 101010 1011011 110000

Color Harmonies of #E8A50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A50B

Black with #E8A50B

Text Example


Text Example

White with #E8A50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A50B; }

 p { color: rgb(232,165,11); }

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

background-color css

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

 a { background-color: rgb(232,165,11); }

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

border-color css

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

 span { border-color: rgb(232,165,11); }

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