Html Css Color HEX #EBAC12 Gamboge

📋 copy color: '#EBAC12'

red 235 ◦ green 172 ◦ blue 18

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

Shades of Gamboge #EBAC12

Tints of Gamboge #EBAC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.24%

R = 55.29%
G = 40.47%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EBAC12 (or 0xEBAC12) is known color: Gamboge. HEX triplet: EB, AC and 12. RGB value is (235,172,18). Sum of RGB (Red+Green+Blue) = 235+172+18=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 18 (7.42% from 255 or 4.24% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAC12 is #1453ED. Grayscale: #ADADAD. Windows color (decimal): -1332206 or 1223915. OLE color: 1223915.

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

Color convert

RGB 235 172 18 -
CMYK 0 0.27 0.92 0.08
HSL 42.58º 0.86% 0.5% -
HSV(B) 42.58º 0.92% 0.92% -
XYZ 49.12 47.21 7.1 -
YUV 173.28 40.37 172.02 -
System Red Green Blue C M Y K H S L
Decimal 235 172 18 0 0.27 0.92 0.08 42.58 0.86 0.5
Hex EB AC 12 0 1B 5C 8 2B 56 32
Octal 353 254 22 0 33 134 10 53 126 62
Binary 11101011 10101100 10010 0 11011 1011100 1000 101011 1010110 110010

Color Harmonies of #EBAC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAC12

Black with #EBAC12

Text Example


Text Example

White with #EBAC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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