Html Css Color HEX #EB930E Gamboge

📋 copy color: '#EB930E'

red 235 ◦ green 147 ◦ blue 14

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

Shades of Gamboge #EB930E

Tints of Gamboge #EB930E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.12%

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

R = 59.34%
G = 37.12%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB930E (or 0xEB930E) is known color: Gamboge. HEX triplet: EB, 93 and 0E. RGB value is (235,147,14). Sum of RGB (Red+Green+Blue) = 235+147+14=396 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.34% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 235 - color contains mainly: red. Hex color #EB930E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB930E is #146CF1. Grayscale: #9E9E9E. Windows color (decimal): -1338610 or 955371. OLE color: 955371.

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

Color convert

RGB 235 147 14 -
CMYK 0 0.37 0.94 0.08
HSL 36.11º 0.89% 0.49% -
HSV(B) 36.11º 0.94% 0.92% -
XYZ 44.77 38.56 5.5 -
YUV 158.15 46.65 182.81 -
System Red Green Blue C M Y K H S L
Decimal 235 147 14 0 0.37 0.94 0.08 36.11 0.89 0.49
Hex EB 93 E 0 25 5E 8 24 59 31
Octal 353 223 16 0 45 136 10 44 131 61
Binary 11101011 10010011 1110 0 100101 1011110 1000 100100 1011001 110001

Color Harmonies of #EB930E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB930E

Black with #EB930E

Text Example


Text Example

White with #EB930E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB930E; }

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

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

background-color css

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

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

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

border-color css

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

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

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