Html Css Color HEX #EBA80C Gamboge

📋 copy color: '#EBA80C'

red 235 ◦ green 168 ◦ blue 12

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

Shades of Gamboge #EBA80C

Tints of Gamboge #EBA80C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.89%

R = 56.63%
G = 40.48%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EBA80C (or 0xEBA80C) is known color: Gamboge. HEX triplet: EB, A8 and 0C. RGB value is (235,168,12). Sum of RGB (Red+Green+Blue) = 235+168+12=415 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.63% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA80C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA80C is #1457F3. Grayscale: #AAAAAA. Windows color (decimal): -1333236 or 829675. OLE color: 829675.

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

Color convert

RGB 235 168 12 -
CMYK 0 0.29 0.95 0.08
HSL 41.97º 0.9% 0.48% -
HSV(B) 41.97º 0.95% 0.92% -
XYZ 48.33 45.69 6.62 -
YUV 170.25 38.7 174.18 -
System Red Green Blue C M Y K H S L
Decimal 235 168 12 0 0.29 0.95 0.08 41.97 0.9 0.48
Hex EB A8 C 0 1D 5F 8 2A 5A 30
Octal 353 250 14 0 35 137 10 52 132 60
Binary 11101011 10101000 1100 0 11101 1011111 1000 101010 1011010 110000

Color Harmonies of #EBA80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA80C

Black with #EBA80C

Text Example


Text Example

White with #EBA80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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