Html Css Color HEX #EBAC0D Gamboge

📋 copy color: '#EBAC0D'

red 235 ◦ green 172 ◦ blue 13

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

Shades of Gamboge #EBAC0D

Tints of Gamboge #EBAC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.1%

R = 55.95%
G = 40.95%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBAC0D (or 0xEBAC0D) is known color: Gamboge. HEX triplet: EB, AC and 0D. RGB value is (235,172,13). Sum of RGB (Red+Green+Blue) = 235+172+13=420 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.95% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 13 (5.47% from 255 or 3.10% from 420); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAC0D is #1453F2. Grayscale: #ADADAD. Windows color (decimal): -1332211 or 896235. OLE color: 896235.

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

Color convert

RGB 235 172 13 -
CMYK 0 0.27 0.94 0.08
HSL 42.97º 0.9% 0.49% -
HSV(B) 42.97º 0.94% 0.92% -
XYZ 49.09 47.2 6.9 -
YUV 172.71 37.87 172.43 -
System Red Green Blue C M Y K H S L
Decimal 235 172 13 0 0.27 0.94 0.08 42.97 0.9 0.49
Hex EB AC D 0 1B 5E 8 2B 5A 31
Octal 353 254 15 0 33 136 10 53 132 61
Binary 11101011 10101100 1101 0 11011 1011110 1000 101011 1011010 110001

Color Harmonies of #EBAC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAC0D

Black with #EBAC0D

Text Example


Text Example

White with #EBAC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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