Html Css Color HEX #EBA10B Gamboge

📋 copy color: '#EBA10B'

red 235 ◦ green 161 ◦ blue 11

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

Shades of Gamboge #EBA10B

Tints of Gamboge #EBA10B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.7%

R = 57.74%
G = 39.56%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EBA10B (or 0xEBA10B) is known color: Gamboge. HEX triplet: EB, A1 and 0B. RGB value is (235,161,11). Sum of RGB (Red+Green+Blue) = 235+161+11=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 11 (4.69% from 255 or 2.70% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA10B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA10B is #145EF4. Grayscale: #A6A6A6. Windows color (decimal): -1335029 or 762347. OLE color: 762347.

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

Color convert

RGB 235 161 11 -
CMYK 0 0.31 0.95 0.08
HSL 40.18º 0.91% 0.48% -
HSV(B) 40.18º 0.95% 0.92% -
XYZ 47.07 43.18 6.17 -
YUV 166.03 40.52 177.2 -
System Red Green Blue C M Y K H S L
Decimal 235 161 11 0 0.31 0.95 0.08 40.18 0.91 0.48
Hex EB A1 B 0 1F 5F 8 28 5B 30
Octal 353 241 13 0 37 137 10 50 133 60
Binary 11101011 10100001 1011 0 11111 1011111 1000 101000 1011011 110000

Color Harmonies of #EBA10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA10B

Black with #EBA10B

Text Example


Text Example

White with #EBA10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA10B; }

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

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

background-color css

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

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

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

border-color css

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

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

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