Html Css Color HEX #EBA61D Gamboge

📋 copy color: '#EBA61D'

red 235 ◦ green 166 ◦ blue 29

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

Shades of Gamboge #EBA61D

Tints of Gamboge #EBA61D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.74%

R = 54.65%
G = 38.6%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EBA61D (or 0xEBA61D) is known color: Gamboge. HEX triplet: EB, A6 and 1D. RGB value is (235,166,29). Sum of RGB (Red+Green+Blue) = 235+166+29=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 29 (11.72% from 255 or 6.74% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA61D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA61D is #1459E2. Grayscale: #ABABAB. Windows color (decimal): -1333731 or 1943275. OLE color: 1943275.

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

Color convert

RGB 235 166 29 -
CMYK 0 0.29 0.88 0.08
HSL 39.9º 0.84% 0.52% -
HSV(B) 39.9º 0.88% 0.92% -
XYZ 48.12 45.02 7.32 -
YUV 171.01 47.86 173.64 -
System Red Green Blue C M Y K H S L
Decimal 235 166 29 0 0.29 0.88 0.08 39.9 0.84 0.52
Hex EB A6 1D 0 1D 58 8 28 54 34
Octal 353 246 35 0 35 130 10 50 124 64
Binary 11101011 10100110 11101 0 11101 1011000 1000 101000 1010100 110100

Color Harmonies of #EBA61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA61D

Black with #EBA61D

Text Example


Text Example

White with #EBA61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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