Html Css Color HEX #EBA319 Gamboge

📋 copy color: '#EBA319'

red 235 ◦ green 163 ◦ blue 25

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

Shades of Gamboge #EBA319

Tints of Gamboge #EBA319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.91%

R = 55.56%
G = 38.53%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EBA319 (or 0xEBA319) is known color: Gamboge. HEX triplet: EB, A3 and 19. RGB value is (235,163,25). Sum of RGB (Red+Green+Blue) = 235+163+25=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 25 (10.16% from 255 or 5.91% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA319 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA319 is #145CE6. Grayscale: #A9A9A9. Windows color (decimal): -1334503 or 1680363. OLE color: 1680363.

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

Color convert

RGB 235 163 25 -
CMYK 0 0.31 0.89 0.08
HSL 39.43º 0.84% 0.51% -
HSV(B) 39.43º 0.89% 0.92% -
XYZ 47.53 43.93 6.89 -
YUV 168.8 46.85 175.22 -
System Red Green Blue C M Y K H S L
Decimal 235 163 25 0 0.31 0.89 0.08 39.43 0.84 0.51
Hex EB A3 19 0 1F 59 8 27 54 33
Octal 353 243 31 0 37 131 10 47 124 63
Binary 11101011 10100011 11001 0 11111 1011001 1000 100111 1010100 110011

Color Harmonies of #EBA319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA319

Black with #EBA319

Text Example


Text Example

White with #EBA319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA319; }

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

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

background-color css

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

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

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

border-color css

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

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

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