Html Css Color HEX #EBA314 Gamboge

📋 copy color: '#EBA314'

red 235 ◦ green 163 ◦ blue 20

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

Shades of Gamboge #EBA314

Tints of Gamboge #EBA314

RGB

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

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

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

R = 56.22%
G = 39%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBA314 (or 0xEBA314) is known color: Gamboge. HEX triplet: EB, A3 and 14. RGB value is (235,163,20). Sum of RGB (Red+Green+Blue) = 235+163+20=418 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.22% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 20 (8.20% from 255 or 4.78% from 418); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA314 is #145CEB. Grayscale: #A8A8A8. Windows color (decimal): -1334508 or 1352683. OLE color: 1352683.

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

Color convert

RGB 235 163 20 -
CMYK 0 0.31 0.91 0.08
HSL 39.91º 0.84% 0.5% -
HSV(B) 39.91º 0.91% 0.92% -
XYZ 47.48 43.91 6.63 -
YUV 168.23 44.35 175.63 -
System Red Green Blue C M Y K H S L
Decimal 235 163 20 0 0.31 0.91 0.08 39.91 0.84 0.5
Hex EB A3 14 0 1F 5B 8 28 54 32
Octal 353 243 24 0 37 133 10 50 124 62
Binary 11101011 10100011 10100 0 11111 1011011 1000 101000 1010100 110010

Color Harmonies of #EBA314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA314

Black with #EBA314

Text Example


Text Example

White with #EBA314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA314; }

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

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

background-color css

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

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

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

border-color css

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

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

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