Html Css Color HEX #EBA318 Gamboge

📋 copy color: '#EBA318'

red 235 ◦ green 163 ◦ blue 24

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

Shades of Gamboge #EBA318

Tints of Gamboge #EBA318

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.63%

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

R = 55.69%
G = 38.63%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EBA318 (or 0xEBA318) is known color: Gamboge. HEX triplet: EB, A3 and 18. RGB value is (235,163,24). Sum of RGB (Red+Green+Blue) = 235+163+24=422 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.69% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 24 (9.77% from 255 or 5.69% from 422); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA318 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA318 is #145CE7. Grayscale: #A9A9A9. Windows color (decimal): -1334504 or 1614827. OLE color: 1614827.

HSL color Cylindrical-coordinate representation of color #EBA318: hue angle of 39.53º 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 #EBA318 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 163 24 -
CMYK 0 0.31 0.90 0.08
HSL 39.53º 0.84% 0.51% -
HSV(B) 39.53º 0.9% 0.92% -
XYZ 47.52 43.92 6.84 -
YUV 168.68 46.35 175.3 -
System Red Green Blue C M Y K H S L
Decimal 235 163 24 0 0.31 0.90 0.08 39.53 0.84 0.51
Hex EB A3 18 0 1F 5A 8 28 54 33
Octal 353 243 30 0 37 132 10 50 124 63
Binary 11101011 10100011 11000 0 11111 1011010 1000 101000 1010100 110011

Color Harmonies of #EBA318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA318

Black with #EBA318

Text Example


Text Example

White with #EBA318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA318; }

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

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

background-color css

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

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

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

border-color css

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

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

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