Html Css Color HEX #EBAC0A Gamboge

📋 copy color: '#EBAC0A'

red 235 ◦ green 172 ◦ blue 10

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

Shades of Gamboge #EBAC0A

Tints of Gamboge #EBAC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.4%

R = 56.35%
G = 41.25%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EBAC0A (or 0xEBAC0A) is known color: Gamboge. HEX triplet: EB, AC and 0A. RGB value is (235,172,10). Sum of RGB (Red+Green+Blue) = 235+172+10=417 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.35% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 10 (4.30% from 255 or 2.40% from 417); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAC0A is #1453F5. Grayscale: #ADADAD. Windows color (decimal): -1332214 or 699627. OLE color: 699627.

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

Color convert

RGB 235 172 10 -
CMYK 0 0.27 0.96 0.08
HSL 43.2º 0.92% 0.48% -
HSV(B) 43.2º 0.96% 0.92% -
XYZ 49.07 47.19 6.81 -
YUV 172.37 36.37 172.67 -
System Red Green Blue C M Y K H S L
Decimal 235 172 10 0 0.27 0.96 0.08 43.2 0.92 0.48
Hex EB AC A 0 1B 60 8 2B 5C 30
Octal 353 254 12 0 33 140 10 53 134 60
Binary 11101011 10101100 1010 0 11011 1100000 1000 101011 1011100 110000

Color Harmonies of #EBAC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAC0A

Black with #EBAC0A

Text Example


Text Example

White with #EBAC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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