Html Css Color HEX #E2970C Gamboge

📋 copy color: '#E2970C'

red 226 ◦ green 151 ◦ blue 12

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

Shades of Gamboge #E2970C

Tints of Gamboge #E2970C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.82%

 BLUE value IS 12 (5.08% from 255) = 3.08%

R = 58.1%
G = 38.82%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2970C (or 0xE2970C) is known color: Gamboge. HEX triplet: E2, 97 and 0C. RGB value is (226,151,12). Sum of RGB (Red+Green+Blue) = 226+151+12=389 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.10% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 12 (5.08% from 255 or 3.08% from 389); Max value from RGB is 226 - color contains mainly: red. Hex color #E2970C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2970C is #1D68F3. Grayscale: #9E9E9E. Windows color (decimal): -1927412 or 825314. OLE color: 825314.

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

Color convert

RGB 226 151 12 -
CMYK 0 0.33 0.95 0.11
HSL 38.97º 0.9% 0.47% -
HSV(B) 38.97º 0.95% 0.89% -
XYZ 42.5 38.33 5.51 -
YUV 157.58 45.85 176.8 -
System Red Green Blue C M Y K H S L
Decimal 226 151 12 0 0.33 0.95 0.11 38.97 0.9 0.47
Hex E2 97 C 0 21 5F B 27 5A 2F
Octal 342 227 14 0 41 137 13 47 132 57
Binary 11100010 10010111 1100 0 100001 1011111 1011 100111 1011010 101111

Color Harmonies of #E2970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2970C

Black with #E2970C

Text Example


Text Example

White with #E2970C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2970C; }

 p { color: rgb(226,151,12); }

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

background-color css

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

 a { background-color: rgb(226,151,12); }

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

border-color css

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

 span { border-color: rgb(226,151,12); }

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