Html Css Color HEX #EBA402 Gamboge

📋 copy color: '#EBA402'

red 235 ◦ green 164 ◦ blue 2

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

Shades of Gamboge #EBA402

Tints of Gamboge #EBA402

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.9%

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

R = 58.6%
G = 40.9%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBA402 (or 0xEBA402) is known color: Gamboge. HEX triplet: EB, A4 and 02. RGB value is (235,164,2). Sum of RGB (Red+Green+Blue) = 235+164+2=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 2 (1.17% from 255 or 0.50% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA402 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA402 is #145BFD. Grayscale: #A7A7A7. Windows color (decimal): -1334270 or 173291. OLE color: 173291.

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

Color convert

RGB 235 164 2 -
CMYK 0 0.30 0.99 0.08
HSL 41.72º 0.98% 0.46% -
HSV(B) 41.72º 0.99% 0.92% -
XYZ 47.55 44.22 6.09 -
YUV 166.76 35.02 176.67 -
System Red Green Blue C M Y K H S L
Decimal 235 164 2 0 0.30 0.99 0.08 41.72 0.98 0.46
Hex EB A4 2 0 1E 63 8 2A 62 2E
Octal 353 244 2 0 36 143 10 52 142 56
Binary 11101011 10100100 10 0 11110 1100011 1000 101010 1100010 101110

Color Harmonies of #EBA402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA402

Black with #EBA402

Text Example


Text Example

White with #EBA402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA402; }

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

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

background-color css

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

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

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

border-color css

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

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

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