Html Css Color HEX #EBA317 Gamboge

📋 copy color: '#EBA317'

red 235 ◦ green 163 ◦ blue 23

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

Shades of Gamboge #EBA317

Tints of Gamboge #EBA317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.46%

R = 55.82%
G = 38.72%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EBA317 (or 0xEBA317) is known color: Gamboge. HEX triplet: EB, A3 and 17. RGB value is (235,163,23). Sum of RGB (Red+Green+Blue) = 235+163+23=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 23 (9.38% from 255 or 5.46% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA317 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA317 is #145CE8. Grayscale: #A9A9A9. Windows color (decimal): -1334505 or 1549291. OLE color: 1549291.

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

Color convert

RGB 235 163 23 -
CMYK 0 0.31 0.90 0.08
HSL 39.62º 0.84% 0.51% -
HSV(B) 39.62º 0.9% 0.92% -
XYZ 47.51 43.92 6.78 -
YUV 168.57 45.85 175.38 -
System Red Green Blue C M Y K H S L
Decimal 235 163 23 0 0.31 0.90 0.08 39.62 0.84 0.51
Hex EB A3 17 0 1F 5A 8 28 54 33
Octal 353 243 27 0 37 132 10 50 124 63
Binary 11101011 10100011 10111 0 11111 1011010 1000 101000 1010100 110011

Color Harmonies of #EBA317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA317

Black with #EBA317

Text Example


Text Example

White with #EBA317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA317; }

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

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

background-color css

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

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

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

border-color css

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

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

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