Html Css Color HEX #EBAC15 Gamboge

📋 copy color: '#EBAC15'

red 235 ◦ green 172 ◦ blue 21

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

Shades of Gamboge #EBAC15

Tints of Gamboge #EBAC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.91%

R = 54.91%
G = 40.19%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBAC15 (or 0xEBAC15) is known color: Gamboge. HEX triplet: EB, AC and 15. RGB value is (235,172,21). Sum of RGB (Red+Green+Blue) = 235+172+21=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 21 (8.59% from 255 or 4.91% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAC15 is #1453EA. Grayscale: #AEAEAE. Windows color (decimal): -1332203 or 1420523. OLE color: 1420523.

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

Color convert

RGB 235 172 21 -
CMYK 0 0.27 0.91 0.08
HSL 42.34º 0.84% 0.5% -
HSV(B) 42.34º 0.91% 0.92% -
XYZ 49.15 47.22 7.23 -
YUV 173.62 41.87 171.78 -
System Red Green Blue C M Y K H S L
Decimal 235 172 21 0 0.27 0.91 0.08 42.34 0.84 0.5
Hex EB AC 15 0 1B 5B 8 2A 54 32
Octal 353 254 25 0 33 133 10 52 124 62
Binary 11101011 10101100 10101 0 11011 1011011 1000 101010 1010100 110010

Color Harmonies of #EBAC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAC15

Black with #EBAC15

Text Example


Text Example

White with #EBAC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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