Html Css Color HEX #EBA51E Gamboge

📋 copy color: '#EBA51E'

red 235 ◦ green 165 ◦ blue 30

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

Shades of Gamboge #EBA51E

Tints of Gamboge #EBA51E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.37%

 BLUE value IS 30 (12.11% from 255) = 6.98%

R = 54.65%
G = 38.37%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EBA51E (or 0xEBA51E) is known color: Gamboge. HEX triplet: EB, A5 and 1E. RGB value is (235,165,30). Sum of RGB (Red+Green+Blue) = 235+165+30=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 30 (12.11% from 255 or 6.98% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA51E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA51E is #145AE1. Grayscale: #ABABAB. Windows color (decimal): -1333986 or 2008555. OLE color: 2008555.

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

Color convert

RGB 235 165 30 -
CMYK 0 0.30 0.87 0.08
HSL 39.51º 0.84% 0.52% -
HSV(B) 39.51º 0.87% 0.92% -
XYZ 47.95 44.67 7.32 -
YUV 170.54 48.69 173.98 -
System Red Green Blue C M Y K H S L
Decimal 235 165 30 0 0.30 0.87 0.08 39.51 0.84 0.52
Hex EB A5 1E 0 1E 57 8 28 54 34
Octal 353 245 36 0 36 127 10 50 124 64
Binary 11101011 10100101 11110 0 11110 1010111 1000 101000 1010100 110100

Color Harmonies of #EBA51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA51E

Black with #EBA51E

Text Example


Text Example

White with #EBA51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA51E; }

 p { color: rgb(235,165,30); }

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

background-color css

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

 a { background-color: rgb(235,165,30); }

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

border-color css

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

 span { border-color: rgb(235,165,30); }

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