Html Css Color HEX #EBAC0F Gamboge

📋 copy color: '#EBAC0F'

red 235 ◦ green 172 ◦ blue 15

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

Shades of Gamboge #EBAC0F

Tints of Gamboge #EBAC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.55%

R = 55.69%
G = 40.76%
B = 3.55%

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

#EBAC0F (or 0xEBAC0F) is known color: Gamboge. HEX triplet: EB, AC and 0F. RGB value is (235,172,15). Sum of RGB (Red+Green+Blue) = 235+172+15=422 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.69% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 15 (6.25% from 255 or 3.55% from 422); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAC0F is #1453F0. Grayscale: #ADADAD. Windows color (decimal): -1332209 or 1027307. OLE color: 1027307.

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

Color convert

RGB 235 172 15 -
CMYK 0 0.27 0.94 0.08
HSL 42.82º 0.88% 0.49% -
HSV(B) 42.82º 0.94% 0.92% -
XYZ 49.1 47.2 6.97 -
YUV 172.94 38.87 172.27 -
System Red Green Blue C M Y K H S L
Decimal 235 172 15 0 0.27 0.94 0.08 42.82 0.88 0.49
Hex EB AC F 0 1B 5E 8 2B 58 31
Octal 353 254 17 0 33 136 10 53 130 61
Binary 11101011 10101100 1111 0 11011 1011110 1000 101011 1011000 110001

Color Harmonies of #EBAC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAC0F

Black with #EBAC0F

Text Example


Text Example

White with #EBAC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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