Html Css Color HEX #EBA00D Gamboge

📋 copy color: '#EBA00D'

red 235 ◦ green 160 ◦ blue 13

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

Shades of Gamboge #EBA00D

Tints of Gamboge #EBA00D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.22%

 BLUE value IS 13 (5.47% from 255) = 3.19%

R = 57.6%
G = 39.22%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBA00D (or 0xEBA00D) is known color: Gamboge. HEX triplet: EB, A0 and 0D. RGB value is (235,160,13). Sum of RGB (Red+Green+Blue) = 235+160+13=408 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.60% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 13 (5.47% from 255 or 3.19% from 408); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA00D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA00D is #145FF2. Grayscale: #A6A6A6. Windows color (decimal): -1335283 or 893163. OLE color: 893163.

HSL color Cylindrical-coordinate representation of color #EBA00D: hue angle of 39.73º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EBA00D is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 160 13 -
CMYK 0 0.32 0.94 0.08
HSL 39.73º 0.9% 0.49% -
HSV(B) 39.73º 0.94% 0.92% -
XYZ 46.9 42.83 6.18 -
YUV 165.67 41.85 177.45 -
System Red Green Blue C M Y K H S L
Decimal 235 160 13 0 0.32 0.94 0.08 39.73 0.9 0.49
Hex EB A0 D 0 20 5E 8 28 5A 31
Octal 353 240 15 0 40 136 10 50 132 61
Binary 11101011 10100000 1101 0 100000 1011110 1000 101000 1011010 110001

Color Harmonies of #EBA00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA00D

Black with #EBA00D

Text Example


Text Example

White with #EBA00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA00D; }

 p { color: rgb(235,160,13); }

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

background-color css

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

 a { background-color: rgb(235,160,13); }

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

border-color css

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

 span { border-color: rgb(235,160,13); }

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