Html Css Color HEX #EBA303 Gamboge

📋 copy color: '#EBA303'

red 235 ◦ green 163 ◦ blue 3

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

Shades of Gamboge #EBA303

Tints of Gamboge #EBA303

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.65%

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

R = 58.6%
G = 40.65%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBA303 (or 0xEBA303) is known color: Gamboge. HEX triplet: EB, A3 and 03. RGB value is (235,163,3). Sum of RGB (Red+Green+Blue) = 235+163+3=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 3 (1.56% from 255 or 0.75% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA303 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA303 is #145CFC. Grayscale: #A7A7A7. Windows color (decimal): -1334525 or 238571. OLE color: 238571.

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

Color convert

RGB 235 163 3 -
CMYK 0 0.31 0.99 0.08
HSL 41.38º 0.97% 0.47% -
HSV(B) 41.38º 0.99% 0.92% -
XYZ 47.37 43.86 6.06 -
YUV 166.29 35.85 177.01 -
System Red Green Blue C M Y K H S L
Decimal 235 163 3 0 0.31 0.99 0.08 41.38 0.97 0.47
Hex EB A3 3 0 1F 63 8 29 61 2F
Octal 353 243 3 0 37 143 10 51 141 57
Binary 11101011 10100011 11 0 11111 1100011 1000 101001 1100001 101111

Color Harmonies of #EBA303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA303

Black with #EBA303

Text Example


Text Example

White with #EBA303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA303; }

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

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

background-color css

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

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

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

border-color css

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

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

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