Html Css Color HEX #EBA10D Gamboge

📋 copy color: '#EBA10D'

red 235 ◦ green 161 ◦ blue 13

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

Shades of Gamboge #EBA10D

Tints of Gamboge #EBA10D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.36%

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

R = 57.46%
G = 39.36%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBA10D (or 0xEBA10D) is known color: Gamboge. HEX triplet: EB, A1 and 0D. RGB value is (235,161,13). Sum of RGB (Red+Green+Blue) = 235+161+13=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA10D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA10D is #145EF2. Grayscale: #A6A6A6. Windows color (decimal): -1335027 or 893419. OLE color: 893419.

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

Color convert

RGB 235 161 13 -
CMYK 0 0.31 0.94 0.08
HSL 40º 0.9% 0.49% -
HSV(B) 40º 0.94% 0.92% -
XYZ 47.08 43.18 6.23 -
YUV 166.25 41.52 177.03 -
System Red Green Blue C M Y K H S L
Decimal 235 161 13 0 0.31 0.94 0.08 40 0.9 0.49
Hex EB A1 D 0 1F 5E 8 28 5A 31
Octal 353 241 15 0 37 136 10 50 132 61
Binary 11101011 10100001 1101 0 11111 1011110 1000 101000 1011010 110001

Color Harmonies of #EBA10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA10D

Black with #EBA10D

Text Example


Text Example

White with #EBA10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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