Html Css Color HEX #EBA61B Gamboge

📋 copy color: '#EBA61B'

red 235 ◦ green 166 ◦ blue 27

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

Shades of Gamboge #EBA61B

Tints of Gamboge #EBA61B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.79%

 BLUE value IS 27 (10.94% from 255) = 6.31%

R = 54.91%
G = 38.79%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EBA61B (or 0xEBA61B) is known color: Gamboge. HEX triplet: EB, A6 and 1B. RGB value is (235,166,27). Sum of RGB (Red+Green+Blue) = 235+166+27=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 27 (10.94% from 255 or 6.31% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA61B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA61B is #1459E4. Grayscale: #ABABAB. Windows color (decimal): -1333733 or 1812203. OLE color: 1812203.

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

Color convert

RGB 235 166 27 -
CMYK 0 0.29 0.89 0.08
HSL 40.1º 0.84% 0.51% -
HSV(B) 40.1º 0.89% 0.92% -
XYZ 48.1 45.01 7.19 -
YUV 170.79 46.86 173.8 -
System Red Green Blue C M Y K H S L
Decimal 235 166 27 0 0.29 0.89 0.08 40.1 0.84 0.51
Hex EB A6 1B 0 1D 59 8 28 54 33
Octal 353 246 33 0 35 131 10 50 124 63
Binary 11101011 10100110 11011 0 11101 1011001 1000 101000 1010100 110011

Color Harmonies of #EBA61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA61B

Black with #EBA61B

Text Example


Text Example

White with #EBA61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA61B; }

 p { color: rgb(235,166,27); }

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

background-color css

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

 a { background-color: rgb(235,166,27); }

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

border-color css

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

 span { border-color: rgb(235,166,27); }

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