Html Css Color HEX #EBA30D Gamboge

📋 copy color: '#EBA30D'

red 235 ◦ green 163 ◦ blue 13

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

Shades of Gamboge #EBA30D

Tints of Gamboge #EBA30D

RGB

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

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

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

R = 57.18%
G = 39.66%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBA30D (or 0xEBA30D) is known color: Gamboge. HEX triplet: EB, A3 and 0D. RGB value is (235,163,13). Sum of RGB (Red+Green+Blue) = 235+163+13=411 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.18% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 13 (5.47% from 255 or 3.16% from 411); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA30D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA30D is #145CF2. Grayscale: #A8A8A8. Windows color (decimal): -1334515 or 893931. OLE color: 893931.

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

Color convert

RGB 235 163 13 -
CMYK 0 0.31 0.94 0.08
HSL 40.54º 0.9% 0.49% -
HSV(B) 40.54º 0.94% 0.92% -
XYZ 47.43 43.89 6.35 -
YUV 167.43 40.85 176.2 -
System Red Green Blue C M Y K H S L
Decimal 235 163 13 0 0.31 0.94 0.08 40.54 0.9 0.49
Hex EB A3 D 0 1F 5E 8 29 5A 31
Octal 353 243 15 0 37 136 10 51 132 61
Binary 11101011 10100011 1101 0 11111 1011110 1000 101001 1011010 110001

Color Harmonies of #EBA30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA30D

Black with #EBA30D

Text Example


Text Example

White with #EBA30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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