Html Css Color HEX #EBA206 Gamboge

📋 copy color: '#EBA206'

red 235 ◦ green 162 ◦ blue 6

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

Shades of Gamboge #EBA206

Tints of Gamboge #EBA206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.49%

R = 58.31%
G = 40.2%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EBA206 (or 0xEBA206) is known color: Gamboge. HEX triplet: EB, A2 and 06. RGB value is (235,162,6). Sum of RGB (Red+Green+Blue) = 235+162+6=403 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.31% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 6 (2.73% from 255 or 1.49% from 403); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA206 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA206 is #145DF9. Grayscale: #A6A6A6. Windows color (decimal): -1334778 or 434923. OLE color: 434923.

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

Color convert

RGB 235 162 6 -
CMYK 0 0.31 0.97 0.08
HSL 40.87º 0.95% 0.47% -
HSV(B) 40.87º 0.97% 0.92% -
XYZ 47.21 43.52 6.08 -
YUV 166.04 37.68 177.18 -
System Red Green Blue C M Y K H S L
Decimal 235 162 6 0 0.31 0.97 0.08 40.87 0.95 0.47
Hex EB A2 6 0 1F 61 8 29 5F 2F
Octal 353 242 6 0 37 141 10 51 137 57
Binary 11101011 10100010 110 0 11111 1100001 1000 101001 1011111 101111

Color Harmonies of #EBA206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA206

Black with #EBA206

Text Example


Text Example

White with #EBA206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA206; }

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

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

background-color css

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

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

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

border-color css

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

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

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