Html Css Color HEX #E2930F Gamboge

📋 copy color: '#E2930F'

red 226 ◦ green 147 ◦ blue 15

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

Shades of Gamboge #E2930F

Tints of Gamboge #E2930F

RGB

 RED value IS 226 (88.67% from 255) = 58.25%

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

 BLUE value IS 15 (6.25% from 255) = 3.87%

R = 58.25%
G = 37.89%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E2930F (or 0xE2930F) is known color: Gamboge. HEX triplet: E2, 93 and 0F. RGB value is (226,147,15). Sum of RGB (Red+Green+Blue) = 226+147+15=388 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.25% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 226 - color contains mainly: red. Hex color #E2930F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2930F is #1D6CF0. Grayscale: #9C9C9C. Windows color (decimal): -1928433 or 1020898. OLE color: 1020898.

HSL color Cylindrical-coordinate representation of color #E2930F: hue angle of 37.54º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2930F is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 147 15 -
CMYK 0 0.35 0.93 0.11
HSL 37.54º 0.88% 0.47% -
HSV(B) 37.54º 0.93% 0.89% -
XYZ 41.88 37.07 5.4 -
YUV 155.57 48.67 178.23 -
System Red Green Blue C M Y K H S L
Decimal 226 147 15 0 0.35 0.93 0.11 37.54 0.88 0.47
Hex E2 93 F 0 23 5D B 26 58 2F
Octal 342 223 17 0 43 135 13 46 130 57
Binary 11100010 10010011 1111 0 100011 1011101 1011 100110 1011000 101111

Color Harmonies of #E2930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2930F

Black with #E2930F

Text Example


Text Example

White with #E2930F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2930F; }

 p { color: rgb(226,147,15); }

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

background-color css

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

 a { background-color: rgb(226,147,15); }

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

border-color css

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

 span { border-color: rgb(226,147,15); }

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