Html Css Color HEX #EBA715 Gamboge

📋 copy color: '#EBA715'

red 235 ◦ green 167 ◦ blue 21

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

Shades of Gamboge #EBA715

Tints of Gamboge #EBA715

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.48%

 BLUE value IS 21 (8.59% from 255) = 4.96%

R = 55.56%
G = 39.48%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBA715 (or 0xEBA715) is known color: Gamboge. HEX triplet: EB, A7 and 15. RGB value is (235,167,21). Sum of RGB (Red+Green+Blue) = 235+167+21=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA715 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA715 is #1458EA. Grayscale: #ABABAB. Windows color (decimal): -1333483 or 1419243. OLE color: 1419243.

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

Color convert

RGB 235 167 21 -
CMYK 0 0.29 0.91 0.08
HSL 40.93º 0.84% 0.5% -
HSV(B) 40.93º 0.91% 0.92% -
XYZ 48.22 45.35 6.92 -
YUV 170.69 43.53 173.87 -
System Red Green Blue C M Y K H S L
Decimal 235 167 21 0 0.29 0.91 0.08 40.93 0.84 0.5
Hex EB A7 15 0 1D 5B 8 29 54 32
Octal 353 247 25 0 35 133 10 51 124 62
Binary 11101011 10100111 10101 0 11101 1011011 1000 101001 1010100 110010

Color Harmonies of #EBA715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA715

Black with #EBA715

Text Example


Text Example

White with #EBA715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA715; }

 p { color: rgb(235,167,21); }

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

background-color css

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

 a { background-color: rgb(235,167,21); }

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

border-color css

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

 span { border-color: rgb(235,167,21); }

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