Html Css Color HEX #EBA31D Gamboge

📋 copy color: '#EBA31D'

red 235 ◦ green 163 ◦ blue 29

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

Shades of Gamboge #EBA31D

Tints of Gamboge #EBA31D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.17%

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

R = 55.04%
G = 38.17%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EBA31D (or 0xEBA31D) is known color: Gamboge. HEX triplet: EB, A3 and 1D. RGB value is (235,163,29). Sum of RGB (Red+Green+Blue) = 235+163+29=427 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.04% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 29 (11.72% from 255 or 6.79% from 427); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA31D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA31D is #145CE2. Grayscale: #A9A9A9. Windows color (decimal): -1334499 or 1942507. OLE color: 1942507.

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

Color convert

RGB 235 163 29 -
CMYK 0 0.31 0.88 0.08
HSL 39.03º 0.84% 0.52% -
HSV(B) 39.03º 0.88% 0.92% -
XYZ 47.58 43.95 7.14 -
YUV 169.25 48.85 174.9 -
System Red Green Blue C M Y K H S L
Decimal 235 163 29 0 0.31 0.88 0.08 39.03 0.84 0.52
Hex EB A3 1D 0 1F 58 8 27 54 34
Octal 353 243 35 0 37 130 10 47 124 64
Binary 11101011 10100011 11101 0 11111 1011000 1000 100111 1010100 110100

Color Harmonies of #EBA31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA31D

Black with #EBA31D

Text Example


Text Example

White with #EBA31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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