Html Css Color HEX #EBA305 Gamboge

📋 copy color: '#EBA305'

red 235 ◦ green 163 ◦ blue 5

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

Shades of Gamboge #EBA305

Tints of Gamboge #EBA305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.24%

R = 58.31%
G = 40.45%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EBA305 (or 0xEBA305) is known color: Gamboge. HEX triplet: EB, A3 and 05. RGB value is (235,163,5). Sum of RGB (Red+Green+Blue) = 235+163+5=403 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.31% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 5 (2.34% from 255 or 1.24% from 403); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA305 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA305 is #145CFA. Grayscale: #A7A7A7. Windows color (decimal): -1334523 or 369643. OLE color: 369643.

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

Color convert

RGB 235 163 5 -
CMYK 0 0.31 0.98 0.08
HSL 41.22º 0.96% 0.47% -
HSV(B) 41.22º 0.98% 0.92% -
XYZ 47.39 43.87 6.11 -
YUV 166.52 36.85 176.85 -
System Red Green Blue C M Y K H S L
Decimal 235 163 5 0 0.31 0.98 0.08 41.22 0.96 0.47
Hex EB A3 5 0 1F 62 8 29 60 2F
Octal 353 243 5 0 37 142 10 51 140 57
Binary 11101011 10100011 101 0 11111 1100010 1000 101001 1100000 101111

Color Harmonies of #EBA305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA305

Black with #EBA305

Text Example


Text Example

White with #EBA305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA305; }

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

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

background-color css

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

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

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

border-color css

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

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

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