Html Css Color HEX #EC952D Carrot Orange

📋 copy color: '#EC952D'

red 236 ◦ green 149 ◦ blue 45

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

Shades of Carrot Orange #EC952D

Tints of Carrot Orange #EC952D

RGB

 RED value IS 236 (92.58% from 255) = 54.88%

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

 BLUE value IS 45 (17.97% from 255) = 10.47%

R = 54.88%
G = 34.65%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC952D (or 0xEC952D) is known color: Carrot Orange. HEX triplet: EC, 95 and 2D. RGB value is (236,149,45). Sum of RGB (Red+Green+Blue) = 236+149+45=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC952D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC952D is #136AD2. Grayscale: #A3A3A3. Windows color (decimal): -1272531 or 2987500. OLE color: 2987500.

HSL color Cylindrical-coordinate representation of color #EC952D: hue angle of 32.67º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC952D is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 149 45 -
CMYK 0 0.37 0.81 0.07
HSL 32.67º 0.83% 0.55% -
HSV(B) 32.67º 0.81% 0.93% -
XYZ 45.81 39.52 7.7 -
YUV 163.16 61.32 179.96 -
System Red Green Blue C M Y K H S L
Decimal 236 149 45 0 0.37 0.81 0.07 32.67 0.83 0.55
Hex EC 95 2D 0 25 51 7 21 53 37
Octal 354 225 55 0 45 121 7 41 123 67
Binary 11101100 10010101 101101 0 100101 1010001 111 100001 1010011 110111

Color Harmonies of #EC952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC952D

Black with #EC952D

Text Example


Text Example

White with #EC952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC952D; }

 p { color: rgb(236,149,45); }

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

background-color css

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

 a { background-color: rgb(236,149,45); }

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

border-color css

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

 span { border-color: rgb(236,149,45); }

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