Html Css Color HEX #EBA003 Gamboge

📋 copy color: '#EBA003'

red 235 ◦ green 160 ◦ blue 3

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

Shades of Gamboge #EBA003

Tints of Gamboge #EBA003

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.2%

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

R = 59.05%
G = 40.2%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBA003 (or 0xEBA003) is known color: Gamboge. HEX triplet: EB, A0 and 03. RGB value is (235,160,3). Sum of RGB (Red+Green+Blue) = 235+160+3=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 3 (1.56% from 255 or 0.75% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA003 is #145FFC. Grayscale: #A5A5A5. Windows color (decimal): -1335293 or 237803. OLE color: 237803.

HSL color Cylindrical-coordinate representation of color #EBA003: hue angle of 40.6º 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 #EBA003 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 160 3 -
CMYK 0 0.32 0.99 0.08
HSL 40.6º 0.97% 0.47% -
HSV(B) 40.6º 0.99% 0.92% -
XYZ 46.85 42.81 5.88 -
YUV 164.53 36.85 178.27 -
System Red Green Blue C M Y K H S L
Decimal 235 160 3 0 0.32 0.99 0.08 40.6 0.97 0.47
Hex EB A0 3 0 20 63 8 29 61 2F
Octal 353 240 3 0 40 143 10 51 141 57
Binary 11101011 10100000 11 0 100000 1100011 1000 101001 1100001 101111

Color Harmonies of #EBA003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA003

Black with #EBA003

Text Example


Text Example

White with #EBA003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA003; }

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

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

background-color css

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

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

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

border-color css

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

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

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