Html Css Color HEX #EBAC04 Gamboge

📋 copy color: '#EBAC04'

red 235 ◦ green 172 ◦ blue 4

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

Shades of Gamboge #EBAC04

Tints of Gamboge #EBAC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 57.18%
G = 41.85%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EBAC04 (or 0xEBAC04) is known color: Gamboge. HEX triplet: EB, AC and 04. RGB value is (235,172,4). Sum of RGB (Red+Green+Blue) = 235+172+4=411 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.18% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 4 (1.95% from 255 or 0.97% from 411); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAC04 is #1453FB. Grayscale: #ACACAC. Windows color (decimal): -1332220 or 306411. OLE color: 306411.

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

Color convert

RGB 235 172 4 -
CMYK 0 0.27 0.98 0.08
HSL 43.64º 0.97% 0.47% -
HSV(B) 43.64º 0.98% 0.92% -
XYZ 49.04 47.18 6.64 -
YUV 171.69 33.37 173.16 -
System Red Green Blue C M Y K H S L
Decimal 235 172 4 0 0.27 0.98 0.08 43.64 0.97 0.47
Hex EB AC 4 0 1B 62 8 2C 61 2F
Octal 353 254 4 0 33 142 10 54 141 57
Binary 11101011 10101100 100 0 11011 1100010 1000 101100 1100001 101111

Color Harmonies of #EBAC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAC04

Black with #EBAC04

Text Example


Text Example

White with #EBAC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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