Html Css Color HEX #E6961C Carrot Orange

📋 copy color: '#E6961C'

red 230 ◦ green 150 ◦ blue 28

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

Shades of Carrot Orange #E6961C

Tints of Carrot Orange #E6961C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.76%

 BLUE value IS 28 (11.33% from 255) = 6.86%

R = 56.37%
G = 36.76%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E6961C (or 0xE6961C) is known color: Carrot Orange. HEX triplet: E6, 96 and 1C. RGB value is (230,150,28). Sum of RGB (Red+Green+Blue) = 230+150+28=408 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.37% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 28 (11.33% from 255 or 6.86% from 408); Max value from RGB is 230 - color contains mainly: red. Hex color #E6961C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6961C is #1969E3. Grayscale: #A0A0A0. Windows color (decimal): -1665508 or 1873638. OLE color: 1873638.

HSL color Cylindrical-coordinate representation of color #E6961C: hue angle of 36.24º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6961C is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 150 28 -
CMYK 0 0.35 0.88 0.10
HSL 36.24º 0.8% 0.51% -
HSV(B) 36.24º 0.88% 0.9% -
XYZ 43.75 38.72 6.27 -
YUV 160.01 53.5 177.92 -
System Red Green Blue C M Y K H S L
Decimal 230 150 28 0 0.35 0.88 0.10 36.24 0.8 0.51
Hex E6 96 1C 0 23 58 A 24 50 33
Octal 346 226 34 0 43 130 12 44 120 63
Binary 11100110 10010110 11100 0 100011 1011000 1010 100100 1010000 110011

Color Harmonies of #E6961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6961C

Black with #E6961C

Text Example


Text Example

White with #E6961C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6961C; }

 p { color: rgb(230,150,28); }

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

background-color css

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

 a { background-color: rgb(230,150,28); }

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

border-color css

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

 span { border-color: rgb(230,150,28); }

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