Html Css Color HEX #EBAB0C Gamboge

📋 copy color: '#EBAB0C'

red 235 ◦ green 171 ◦ blue 12

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

Shades of Gamboge #EBAB0C

Tints of Gamboge #EBAB0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.87%

R = 56.22%
G = 40.91%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EBAB0C (or 0xEBAB0C) is known color: Gamboge. HEX triplet: EB, AB and 0C. RGB value is (235,171,12). Sum of RGB (Red+Green+Blue) = 235+171+12=418 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.22% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 12 (5.08% from 255 or 2.87% from 418); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAB0C is #1454F3. Grayscale: #ACACAC. Windows color (decimal): -1332468 or 830443. OLE color: 830443.

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

Color convert

RGB 235 171 12 -
CMYK 0 0.27 0.95 0.08
HSL 42.78º 0.9% 0.48% -
HSV(B) 42.78º 0.95% 0.92% -
XYZ 48.89 46.81 6.81 -
YUV 172.01 37.7 172.93 -
System Red Green Blue C M Y K H S L
Decimal 235 171 12 0 0.27 0.95 0.08 42.78 0.9 0.48
Hex EB AB C 0 1B 5F 8 2B 5A 30
Octal 353 253 14 0 33 137 10 53 132 60
Binary 11101011 10101011 1100 0 11011 1011111 1000 101011 1011010 110000

Color Harmonies of #EBAB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAB0C

Black with #EBAB0C

Text Example


Text Example

White with #EBAB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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