Html Css Color HEX #EBAB12 Gamboge

📋 copy color: '#EBAB12'

red 235 ◦ green 171 ◦ blue 18

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

Shades of Gamboge #EBAB12

Tints of Gamboge #EBAB12

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.33%

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

R = 55.42%
G = 40.33%
B = 4.25%

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

#EBAB12 (or 0xEBAB12) is known color: Gamboge. HEX triplet: EB, AB and 12. RGB value is (235,171,18). Sum of RGB (Red+Green+Blue) = 235+171+18=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 18 (7.42% from 255 or 4.25% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAB12 is #1454ED. Grayscale: #ADADAD. Windows color (decimal): -1332462 or 1223659. OLE color: 1223659.

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

Color convert

RGB 235 171 18 -
CMYK 0 0.27 0.92 0.08
HSL 42.3º 0.86% 0.5% -
HSV(B) 42.3º 0.92% 0.92% -
XYZ 48.93 46.83 7.03 -
YUV 172.69 40.7 172.44 -
System Red Green Blue C M Y K H S L
Decimal 235 171 18 0 0.27 0.92 0.08 42.3 0.86 0.5
Hex EB AB 12 0 1B 5C 8 2A 56 32
Octal 353 253 22 0 33 134 10 52 126 62
Binary 11101011 10101011 10010 0 11011 1011100 1000 101010 1010110 110010

Color Harmonies of #EBAB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAB12

Black with #EBAB12

Text Example


Text Example

White with #EBAB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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