Html Css Color HEX #EBA817 Gamboge

📋 copy color: '#EBA817'

red 235 ◦ green 168 ◦ blue 23

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

Shades of Gamboge #EBA817

Tints of Gamboge #EBA817

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.44%

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

R = 55.16%
G = 39.44%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EBA817 (or 0xEBA817) is known color: Gamboge. HEX triplet: EB, A8 and 17. RGB value is (235,168,23). Sum of RGB (Red+Green+Blue) = 235+168+23=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 23 (9.38% from 255 or 5.40% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA817 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA817 is #1457E8. Grayscale: #ACACAC. Windows color (decimal): -1333225 or 1550571. OLE color: 1550571.

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

Color convert

RGB 235 168 23 -
CMYK 0 0.29 0.90 0.08
HSL 41.04º 0.84% 0.51% -
HSV(B) 41.04º 0.9% 0.92% -
XYZ 48.42 45.73 7.09 -
YUV 171.5 44.2 173.29 -
System Red Green Blue C M Y K H S L
Decimal 235 168 23 0 0.29 0.90 0.08 41.04 0.84 0.51
Hex EB A8 17 0 1D 5A 8 29 54 33
Octal 353 250 27 0 35 132 10 51 124 63
Binary 11101011 10101000 10111 0 11101 1011010 1000 101001 1010100 110011

Color Harmonies of #EBA817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA817

Black with #EBA817

Text Example


Text Example

White with #EBA817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA817; }

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

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

background-color css

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

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

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

border-color css

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

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

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