Html Css Color HEX #EBA914 Gamboge

📋 copy color: '#EBA914'

red 235 ◦ green 169 ◦ blue 20

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

Shades of Gamboge #EBA914

Tints of Gamboge #EBA914

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.86%

 BLUE value IS 20 (8.2% from 255) = 4.72%

R = 55.42%
G = 39.86%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBA914 (or 0xEBA914) is known color: Gamboge. HEX triplet: EB, A9 and 14. RGB value is (235,169,20). Sum of RGB (Red+Green+Blue) = 235+169+20=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 20 (8.20% from 255 or 4.72% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA914 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA914 is #1456EB. Grayscale: #ACACAC. Windows color (decimal): -1332972 or 1354219. OLE color: 1354219.

HSL color Cylindrical-coordinate representation of color #EBA914: hue angle of 41.58º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EBA914 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 169 20 -
CMYK 0 0.28 0.91 0.08
HSL 41.58º 0.84% 0.5% -
HSV(B) 41.58º 0.91% 0.92% -
XYZ 48.58 46.09 7 -
YUV 171.75 42.37 173.12 -
System Red Green Blue C M Y K H S L
Decimal 235 169 20 0 0.28 0.91 0.08 41.58 0.84 0.5
Hex EB A9 14 0 1C 5B 8 2A 54 32
Octal 353 251 24 0 34 133 10 52 124 62
Binary 11101011 10101001 10100 0 11100 1011011 1000 101010 1010100 110010

Color Harmonies of #EBA914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA914

Black with #EBA914

Text Example


Text Example

White with #EBA914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA914; }

 p { color: rgb(235,169,20); }

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

background-color css

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

 a { background-color: rgb(235,169,20); }

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

border-color css

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

 span { border-color: rgb(235,169,20); }

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