Html Css Color HEX #EBA618 Gamboge

📋 copy color: '#EBA618'

red 235 ◦ green 166 ◦ blue 24

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

Shades of Gamboge #EBA618

Tints of Gamboge #EBA618

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.06%

 BLUE value IS 24 (9.77% from 255) = 5.65%

R = 55.29%
G = 39.06%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EBA618 (or 0xEBA618) is known color: Gamboge. HEX triplet: EB, A6 and 18. RGB value is (235,166,24). Sum of RGB (Red+Green+Blue) = 235+166+24=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 24 (9.77% from 255 or 5.65% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA618 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA618 is #1459E7. Grayscale: #ABABAB. Windows color (decimal): -1333736 or 1615595. OLE color: 1615595.

HSL color Cylindrical-coordinate representation of color #EBA618: hue angle of 40.38º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EBA618 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 166 24 -
CMYK 0 0.29 0.90 0.08
HSL 40.38º 0.84% 0.51% -
HSV(B) 40.38º 0.9% 0.92% -
XYZ 48.06 45 7.02 -
YUV 170.44 45.36 174.05 -
System Red Green Blue C M Y K H S L
Decimal 235 166 24 0 0.29 0.90 0.08 40.38 0.84 0.51
Hex EB A6 18 0 1D 5A 8 28 54 33
Octal 353 246 30 0 35 132 10 50 124 63
Binary 11101011 10100110 11000 0 11101 1011010 1000 101000 1010100 110011

Color Harmonies of #EBA618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA618

Black with #EBA618

Text Example


Text Example

White with #EBA618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA618; }

 p { color: rgb(235,166,24); }

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

background-color css

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

 a { background-color: rgb(235,166,24); }

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

border-color css

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

 span { border-color: rgb(235,166,24); }

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