Html Css Color HEX #EBA106 Gamboge

📋 copy color: '#EBA106'

red 235 ◦ green 161 ◦ blue 6

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

Shades of Gamboge #EBA106

Tints of Gamboge #EBA106

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.05%

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

R = 58.46%
G = 40.05%
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

#EBA106 (or 0xEBA106) is known color: Gamboge. HEX triplet: EB, A1 and 06. RGB value is (235,161,6). Sum of RGB (Red+Green+Blue) = 235+161+6=402 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.46% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 6 (2.73% from 255 or 1.49% from 402); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA106 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA106 is #145EF9. Grayscale: #A6A6A6. Windows color (decimal): -1335034 or 434667. OLE color: 434667.

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

Color convert

RGB 235 161 6 -
CMYK 0 0.31 0.97 0.08
HSL 40.61º 0.95% 0.47% -
HSV(B) 40.61º 0.97% 0.92% -
XYZ 47.04 43.17 6.02 -
YUV 165.46 38.02 177.6 -
System Red Green Blue C M Y K H S L
Decimal 235 161 6 0 0.31 0.97 0.08 40.61 0.95 0.47
Hex EB A1 6 0 1F 61 8 29 5F 2F
Octal 353 241 6 0 37 141 10 51 137 57
Binary 11101011 10100001 110 0 11111 1100001 1000 101001 1011111 101111

Color Harmonies of #EBA106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA106

Black with #EBA106

Text Example


Text Example

White with #EBA106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA106; }

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

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

background-color css

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

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

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

border-color css

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

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

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