Html Css Color HEX #E6970B Gamboge

📋 copy color: '#E6970B'

red 230 ◦ green 151 ◦ blue 11

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

Shades of Gamboge #E6970B

Tints of Gamboge #E6970B

RGB

 RED value IS 230 (90.23% from 255) = 58.67%

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

 BLUE value IS 11 (4.69% from 255) = 2.81%

R = 58.67%
G = 38.52%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6970B (or 0xE6970B) is known color: Gamboge. HEX triplet: E6, 97 and 0B. RGB value is (230,151,11). Sum of RGB (Red+Green+Blue) = 230+151+11=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E6970B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6970B is #1968F4. Grayscale: #9F9F9F. Windows color (decimal): -1665269 or 759782. OLE color: 759782.

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

Color convert

RGB 230 151 11 -
CMYK 0 0.34 0.95 0.10
HSL 38.36º 0.91% 0.47% -
HSV(B) 38.36º 0.95% 0.9% -
XYZ 43.76 38.98 5.53 -
YUV 158.66 44.67 178.88 -
System Red Green Blue C M Y K H S L
Decimal 230 151 11 0 0.34 0.95 0.10 38.36 0.91 0.47
Hex E6 97 B 0 22 5F A 26 5B 2F
Octal 346 227 13 0 42 137 12 46 133 57
Binary 11100110 10010111 1011 0 100010 1011111 1010 100110 1011011 101111

Color Harmonies of #E6970B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6970B

Black with #E6970B

Text Example


Text Example

White with #E6970B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6970B; }

 p { color: rgb(230,151,11); }

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

background-color css

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

 a { background-color: rgb(230,151,11); }

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

border-color css

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

 span { border-color: rgb(230,151,11); }

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