Html Css Color HEX #EBA204 Gamboge

📋 copy color: '#EBA204'

red 235 ◦ green 162 ◦ blue 4

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

Shades of Gamboge #EBA204

Tints of Gamboge #EBA204

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.4%

 BLUE value IS 4 (1.95% from 255) = 1%

R = 58.6%
G = 40.4%
B = 1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EBA204 (or 0xEBA204) is known color: Gamboge. HEX triplet: EB, A2 and 04. RGB value is (235,162,4). Sum of RGB (Red+Green+Blue) = 235+162+4=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 4 (1.95% from 255 or 1.00% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA204 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA204 is #145DFB. Grayscale: #A6A6A6. Windows color (decimal): -1334780 or 303851. OLE color: 303851.

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

Color convert

RGB 235 162 4 -
CMYK 0 0.31 0.98 0.08
HSL 41.04º 0.97% 0.47% -
HSV(B) 41.04º 0.98% 0.92% -
XYZ 47.2 43.51 6.03 -
YUV 165.82 36.68 177.35 -
System Red Green Blue C M Y K H S L
Decimal 235 162 4 0 0.31 0.98 0.08 41.04 0.97 0.47
Hex EB A2 4 0 1F 62 8 29 61 2F
Octal 353 242 4 0 37 142 10 51 141 57
Binary 11101011 10100010 100 0 11111 1100010 1000 101001 1100001 101111

Color Harmonies of #EBA204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA204

Black with #EBA204

Text Example


Text Example

White with #EBA204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA204; }

 p { color: rgb(235,162,4); }

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

background-color css

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

 a { background-color: rgb(235,162,4); }

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

border-color css

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

 span { border-color: rgb(235,162,4); }

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