Html Css Color HEX #EBA803 Gamboge

📋 copy color: '#EBA803'

red 235 ◦ green 168 ◦ blue 3

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

Shades of Gamboge #EBA803

Tints of Gamboge #EBA803

RGB

 RED value IS 235 (92.19% from 255) = 57.88%

 GREEN value IS 168 (66.02% from 255) = 41.38%

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 57.88%
G = 41.38%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBA803 (or 0xEBA803) is known color: Gamboge. HEX triplet: EB, A8 and 03. RGB value is (235,168,3). Sum of RGB (Red+Green+Blue) = 235+168+3=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 3 (1.56% from 255 or 0.74% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA803 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA803 is #1457FC. Grayscale: #A9A9A9. Windows color (decimal): -1333245 or 239851. OLE color: 239851.

HSL color Cylindrical-coordinate representation of color #EBA803: hue angle of 42.67º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EBA803 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 168 3 -
CMYK 0 0.29 0.99 0.08
HSL 42.67º 0.97% 0.47% -
HSV(B) 42.67º 0.99% 0.92% -
XYZ 48.28 45.67 6.36 -
YUV 169.22 34.2 174.92 -
System Red Green Blue C M Y K H S L
Decimal 235 168 3 0 0.29 0.99 0.08 42.67 0.97 0.47
Hex EB A8 3 0 1D 63 8 2B 61 2F
Octal 353 250 3 0 35 143 10 53 141 57
Binary 11101011 10101000 11 0 11101 1100011 1000 101011 1100001 101111

Color Harmonies of #EBA803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA803

Black with #EBA803

Text Example


Text Example

White with #EBA803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA803; }

 p { color: rgb(235,168,3); }

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

background-color css

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

 a { background-color: rgb(235,168,3); }

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

border-color css

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

 span { border-color: rgb(235,168,3); }

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