Html Css Color HEX #EBA007 Gamboge

📋 copy color: '#EBA007'

red 235 ◦ green 160 ◦ blue 7

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

Shades of Gamboge #EBA007

Tints of Gamboge #EBA007

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.8%

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

R = 58.46%
G = 39.8%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EBA007 (or 0xEBA007) is known color: Gamboge. HEX triplet: EB, A0 and 07. RGB value is (235,160,7). Sum of RGB (Red+Green+Blue) = 235+160+7=402 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.46% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 7 (3.12% from 255 or 1.74% from 402); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA007 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA007 is #145FF8. Grayscale: #A5A5A5. Windows color (decimal): -1335289 or 499947. OLE color: 499947.

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

Color convert

RGB 235 160 7 -
CMYK 0 0.32 0.97 0.08
HSL 40.26º 0.94% 0.47% -
HSV(B) 40.26º 0.97% 0.92% -
XYZ 46.87 42.82 6 -
YUV 164.98 38.85 177.94 -
System Red Green Blue C M Y K H S L
Decimal 235 160 7 0 0.32 0.97 0.08 40.26 0.94 0.47
Hex EB A0 7 0 20 61 8 28 5E 2F
Octal 353 240 7 0 40 141 10 50 136 57
Binary 11101011 10100000 111 0 100000 1100001 1000 101000 1011110 101111

Color Harmonies of #EBA007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA007

Black with #EBA007

Text Example


Text Example

White with #EBA007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA007; }

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

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

background-color css

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

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

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

border-color css

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

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

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