Html Css Color HEX #EBA40E Gamboge

📋 copy color: '#EBA40E'

red 235 ◦ green 164 ◦ blue 14

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

Shades of Gamboge #EBA40E

Tints of Gamboge #EBA40E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.39%

R = 56.9%
G = 39.71%
B = 3.39%

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

#EBA40E (or 0xEBA40E) is known color: Gamboge. HEX triplet: EB, A4 and 0E. RGB value is (235,164,14). Sum of RGB (Red+Green+Blue) = 235+164+14=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 14 (5.86% from 255 or 3.39% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA40E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA40E is #145BF1. Grayscale: #A8A8A8. Windows color (decimal): -1334258 or 959723. OLE color: 959723.

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

Color convert

RGB 235 164 14 -
CMYK 0 0.30 0.94 0.08
HSL 40.72º 0.89% 0.49% -
HSV(B) 40.72º 0.94% 0.92% -
XYZ 47.62 44.24 6.45 -
YUV 168.13 41.02 175.7 -
System Red Green Blue C M Y K H S L
Decimal 235 164 14 0 0.30 0.94 0.08 40.72 0.89 0.49
Hex EB A4 E 0 1E 5E 8 29 59 31
Octal 353 244 16 0 36 136 10 51 131 61
Binary 11101011 10100100 1110 0 11110 1011110 1000 101001 1011001 110001

Color Harmonies of #EBA40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA40E

Black with #EBA40E

Text Example


Text Example

White with #EBA40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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