Html Css Color HEX #EBA50D Gamboge

📋 copy color: '#EBA50D'

red 235 ◦ green 165 ◦ blue 13

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

Shades of Gamboge #EBA50D

Tints of Gamboge #EBA50D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.95%

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

R = 56.9%
G = 39.95%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBA50D (or 0xEBA50D) is known color: Gamboge. HEX triplet: EB, A5 and 0D. RGB value is (235,165,13). Sum of RGB (Red+Green+Blue) = 235+165+13=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 13 (5.47% from 255 or 3.15% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA50D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA50D is #145AF2. Grayscale: #A9A9A9. Windows color (decimal): -1334003 or 894443. OLE color: 894443.

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

Color convert

RGB 235 165 13 -
CMYK 0 0.30 0.94 0.08
HSL 41.08º 0.9% 0.49% -
HSV(B) 41.08º 0.94% 0.92% -
XYZ 47.79 44.6 6.47 -
YUV 168.6 40.19 175.36 -
System Red Green Blue C M Y K H S L
Decimal 235 165 13 0 0.30 0.94 0.08 41.08 0.9 0.49
Hex EB A5 D 0 1E 5E 8 29 5A 31
Octal 353 245 15 0 36 136 10 51 132 61
Binary 11101011 10100101 1101 0 11110 1011110 1000 101001 1011010 110001

Color Harmonies of #EBA50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA50D

Black with #EBA50D

Text Example


Text Example

White with #EBA50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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