Html Css Color HEX #EBA40D Gamboge

📋 copy color: '#EBA40D'

red 235 ◦ green 164 ◦ blue 13

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

Shades of Gamboge #EBA40D

Tints of Gamboge #EBA40D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.81%

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

R = 57.04%
G = 39.81%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBA40D (or 0xEBA40D) is known color: Gamboge. HEX triplet: EB, A4 and 0D. RGB value is (235,164,13). Sum of RGB (Red+Green+Blue) = 235+164+13=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 13 (5.47% from 255 or 3.16% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA40D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA40D is #145BF2. Grayscale: #A8A8A8. Windows color (decimal): -1334259 or 894187. OLE color: 894187.

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

Color convert

RGB 235 164 13 -
CMYK 0 0.30 0.94 0.08
HSL 40.81º 0.9% 0.49% -
HSV(B) 40.81º 0.94% 0.92% -
XYZ 47.61 44.24 6.41 -
YUV 168.02 40.52 175.78 -
System Red Green Blue C M Y K H S L
Decimal 235 164 13 0 0.30 0.94 0.08 40.81 0.9 0.49
Hex EB A4 D 0 1E 5E 8 29 5A 31
Octal 353 244 15 0 36 136 10 51 132 61
Binary 11101011 10100100 1101 0 11110 1011110 1000 101001 1011010 110001

Color Harmonies of #EBA40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA40D

Black with #EBA40D

Text Example


Text Example

White with #EBA40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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