Html Css Color HEX #EBA30E Gamboge

📋 copy color: '#EBA30E'

red 235 ◦ green 163 ◦ blue 14

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

Shades of Gamboge #EBA30E

Tints of Gamboge #EBA30E

RGB

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

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

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

R = 57.04%
G = 39.56%
B = 3.4%

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

#EBA30E (or 0xEBA30E) is known color: Gamboge. HEX triplet: EB, A3 and 0E. RGB value is (235,163,14). Sum of RGB (Red+Green+Blue) = 235+163+14=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA30E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA30E is #145CF1. Grayscale: #A8A8A8. Windows color (decimal): -1334514 or 959467. OLE color: 959467.

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

Color convert

RGB 235 163 14 -
CMYK 0 0.31 0.94 0.08
HSL 40.45º 0.89% 0.49% -
HSV(B) 40.45º 0.94% 0.92% -
XYZ 47.44 43.89 6.39 -
YUV 167.54 41.35 176.12 -
System Red Green Blue C M Y K H S L
Decimal 235 163 14 0 0.31 0.94 0.08 40.45 0.89 0.49
Hex EB A3 E 0 1F 5E 8 28 59 31
Octal 353 243 16 0 37 136 10 50 131 61
Binary 11101011 10100011 1110 0 11111 1011110 1000 101000 1011001 110001

Color Harmonies of #EBA30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA30E

Black with #EBA30E

Text Example


Text Example

White with #EBA30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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