Html Css Color HEX #EBAC10 Gamboge

📋 copy color: '#EBAC10'

red 235 ◦ green 172 ◦ blue 16

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

Shades of Gamboge #EBAC10

Tints of Gamboge #EBAC10

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.66%

 BLUE value IS 16 (6.64% from 255) = 3.78%

R = 55.56%
G = 40.66%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EBAC10 (or 0xEBAC10) is known color: Gamboge. HEX triplet: EB, AC and 10. RGB value is (235,172,16). Sum of RGB (Red+Green+Blue) = 235+172+16=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAC10 is #1453EF. Grayscale: #ADADAD. Windows color (decimal): -1332208 or 1092843. OLE color: 1092843.

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

Color convert

RGB 235 172 16 -
CMYK 0 0.27 0.93 0.08
HSL 42.74º 0.87% 0.49% -
HSV(B) 42.74º 0.93% 0.92% -
XYZ 49.11 47.2 7.01 -
YUV 173.05 39.37 172.18 -
System Red Green Blue C M Y K H S L
Decimal 235 172 16 0 0.27 0.93 0.08 42.74 0.87 0.49
Hex EB AC 10 0 1B 5D 8 2B 57 31
Octal 353 254 20 0 33 135 10 53 127 61
Binary 11101011 10101100 10000 0 11011 1011101 1000 101011 1010111 110001

Color Harmonies of #EBAC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAC10

Black with #EBAC10

Text Example


Text Example

White with #EBAC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAC10; }

 p { color: rgb(235,172,16); }

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

background-color css

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

 a { background-color: rgb(235,172,16); }

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

border-color css

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

 span { border-color: rgb(235,172,16); }

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