Html Css Color HEX #EBAC0C Gamboge

📋 copy color: '#EBAC0C'

red 235 ◦ green 172 ◦ blue 12

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

Shades of Gamboge #EBAC0C

Tints of Gamboge #EBAC0C

RGB

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

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

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

R = 56.09%
G = 41.05%
B = 2.86%

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

#EBAC0C (or 0xEBAC0C) is known color: Gamboge. HEX triplet: EB, AC and 0C. RGB value is (235,172,12). Sum of RGB (Red+Green+Blue) = 235+172+12=419 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.09% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 12 (5.08% from 255 or 2.86% from 419); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAC0C is #1453F3. Grayscale: #ADADAD. Windows color (decimal): -1332212 or 830699. OLE color: 830699.

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

Color convert

RGB 235 172 12 -
CMYK 0 0.27 0.95 0.08
HSL 43.05º 0.9% 0.48% -
HSV(B) 43.05º 0.95% 0.92% -
XYZ 49.08 47.19 6.87 -
YUV 172.6 37.37 172.51 -
System Red Green Blue C M Y K H S L
Decimal 235 172 12 0 0.27 0.95 0.08 43.05 0.9 0.48
Hex EB AC C 0 1B 5F 8 2B 5A 30
Octal 353 254 14 0 33 137 10 53 132 60
Binary 11101011 10101100 1100 0 11011 1011111 1000 101011 1011010 110000

Color Harmonies of #EBAC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAC0C

Black with #EBAC0C

Text Example


Text Example

White with #EBAC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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