Html Css Color HEX #EBA80D Gamboge

📋 copy color: '#EBA80D'

red 235 ◦ green 168 ◦ blue 13

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

Shades of Gamboge #EBA80D

Tints of Gamboge #EBA80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.13%

R = 56.49%
G = 40.38%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBA80D (or 0xEBA80D) is known color: Gamboge. HEX triplet: EB, A8 and 0D. RGB value is (235,168,13). Sum of RGB (Red+Green+Blue) = 235+168+13=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA80D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA80D is #1457F2. Grayscale: #ABABAB. Windows color (decimal): -1333235 or 895211. OLE color: 895211.

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

Color convert

RGB 235 168 13 -
CMYK 0 0.29 0.94 0.08
HSL 41.89º 0.9% 0.49% -
HSV(B) 41.89º 0.94% 0.92% -
XYZ 48.34 45.7 6.65 -
YUV 170.36 39.2 174.1 -
System Red Green Blue C M Y K H S L
Decimal 235 168 13 0 0.29 0.94 0.08 41.89 0.9 0.49
Hex EB A8 D 0 1D 5E 8 2A 5A 31
Octal 353 250 15 0 35 136 10 52 132 61
Binary 11101011 10101000 1101 0 11101 1011110 1000 101010 1011010 110001

Color Harmonies of #EBA80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA80D

Black with #EBA80D

Text Example


Text Example

White with #EBA80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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