Html Css Color HEX #EBA816 Gamboge

📋 copy color: '#EBA816'

red 235 ◦ green 168 ◦ blue 22

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

Shades of Gamboge #EBA816

Tints of Gamboge #EBA816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.18%

R = 55.29%
G = 39.53%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBA816 (or 0xEBA816) is known color: Gamboge. HEX triplet: EB, A8 and 16. RGB value is (235,168,22). Sum of RGB (Red+Green+Blue) = 235+168+22=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA816 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA816 is #1457E9. Grayscale: #ACACAC. Windows color (decimal): -1333226 or 1485035. OLE color: 1485035.

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

Color convert

RGB 235 168 22 -
CMYK 0 0.29 0.91 0.08
HSL 41.13º 0.84% 0.5% -
HSV(B) 41.13º 0.91% 0.92% -
XYZ 48.41 45.73 7.03 -
YUV 171.39 43.7 173.37 -
System Red Green Blue C M Y K H S L
Decimal 235 168 22 0 0.29 0.91 0.08 41.13 0.84 0.5
Hex EB A8 16 0 1D 5B 8 29 54 32
Octal 353 250 26 0 35 133 10 51 124 62
Binary 11101011 10101000 10110 0 11101 1011011 1000 101001 1010100 110010

Color Harmonies of #EBA816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA816

Black with #EBA816

Text Example


Text Example

White with #EBA816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA816; }

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

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

background-color css

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

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

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

border-color css

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

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

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