Html Css Color HEX #EBA507 Gamboge

📋 copy color: '#EBA507'

red 235 ◦ green 165 ◦ blue 7

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

Shades of Gamboge #EBA507

Tints of Gamboge #EBA507

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.54%

 BLUE value IS 7 (3.13% from 255) = 1.72%

R = 57.74%
G = 40.54%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EBA507 (or 0xEBA507) is known color: Gamboge. HEX triplet: EB, A5 and 07. RGB value is (235,165,7). Sum of RGB (Red+Green+Blue) = 235+165+7=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 7 (3.12% from 255 or 1.72% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA507 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA507 is #145AF8. Grayscale: #A8A8A8. Windows color (decimal): -1334009 or 501227. OLE color: 501227.

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

Color convert

RGB 235 165 7 -
CMYK 0 0.30 0.97 0.08
HSL 41.58º 0.94% 0.47% -
HSV(B) 41.58º 0.97% 0.92% -
XYZ 47.75 44.59 6.29 -
YUV 167.92 37.19 175.85 -
System Red Green Blue C M Y K H S L
Decimal 235 165 7 0 0.30 0.97 0.08 41.58 0.94 0.47
Hex EB A5 7 0 1E 61 8 2A 5E 2F
Octal 353 245 7 0 36 141 10 52 136 57
Binary 11101011 10100101 111 0 11110 1100001 1000 101010 1011110 101111

Color Harmonies of #EBA507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA507

Black with #EBA507

Text Example


Text Example

White with #EBA507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA507; }

 p { color: rgb(235,165,7); }

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

background-color css

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

 a { background-color: rgb(235,165,7); }

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

border-color css

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

 span { border-color: rgb(235,165,7); }

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