Html Css Color HEX #E6951E Carrot Orange

📋 copy color: '#E6951E'

red 230 ◦ green 149 ◦ blue 30

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

Shades of Carrot Orange #E6951E

Tints of Carrot Orange #E6951E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.43%

 BLUE value IS 30 (12.11% from 255) = 7.33%

R = 56.23%
G = 36.43%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E6951E (or 0xE6951E) is known color: Carrot Orange. HEX triplet: E6, 95 and 1E. RGB value is (230,149,30). Sum of RGB (Red+Green+Blue) = 230+149+30=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 30 (12.11% from 255 or 7.33% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E6951E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6951E is #196AE1. Grayscale: #A0A0A0. Windows color (decimal): -1665762 or 2004454. OLE color: 2004454.

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

Color convert

RGB 230 149 30 -
CMYK 0 0.35 0.87 0.10
HSL 35.7º 0.8% 0.51% -
HSV(B) 35.7º 0.87% 0.9% -
XYZ 43.61 38.41 6.34 -
YUV 159.65 54.84 178.18 -
System Red Green Blue C M Y K H S L
Decimal 230 149 30 0 0.35 0.87 0.10 35.7 0.8 0.51
Hex E6 95 1E 0 23 57 A 24 50 33
Octal 346 225 36 0 43 127 12 44 120 63
Binary 11100110 10010101 11110 0 100011 1010111 1010 100100 1010000 110011

Color Harmonies of #E6951E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6951E

Black with #E6951E

Text Example


Text Example

White with #E6951E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6951E; }

 p { color: rgb(230,149,30); }

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

background-color css

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

 a { background-color: rgb(230,149,30); }

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

border-color css

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

 span { border-color: rgb(230,149,30); }

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