Html Css Color HEX #EBA702 Gamboge

📋 copy color: '#EBA702'

red 235 ◦ green 167 ◦ blue 2

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

Shades of Gamboge #EBA702

Tints of Gamboge #EBA702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 58.17%
G = 41.34%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBA702 (or 0xEBA702) is known color: Gamboge. HEX triplet: EB, A7 and 02. RGB value is (235,167,2). Sum of RGB (Red+Green+Blue) = 235+167+2=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA702 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA702 is #1458FD. Grayscale: #A9A9A9. Windows color (decimal): -1333502 or 174059. OLE color: 174059.

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

Color convert

RGB 235 167 2 -
CMYK 0 0.29 0.99 0.08
HSL 42.49º 0.98% 0.46% -
HSV(B) 42.49º 0.99% 0.92% -
XYZ 48.09 45.3 6.27 -
YUV 168.52 34.03 175.42 -
System Red Green Blue C M Y K H S L
Decimal 235 167 2 0 0.29 0.99 0.08 42.49 0.98 0.46
Hex EB A7 2 0 1D 63 8 2A 62 2E
Octal 353 247 2 0 35 143 10 52 142 56
Binary 11101011 10100111 10 0 11101 1100011 1000 101010 1100010 101110

Color Harmonies of #EBA702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA702

Black with #EBA702

Text Example


Text Example

White with #EBA702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA702; }

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

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

background-color css

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

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

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

border-color css

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

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

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