Html Css Color HEX #EC9425 Carrot Orange

📋 copy color: '#EC9425'

red 236 ◦ green 148 ◦ blue 37

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

Shades of Carrot Orange #EC9425

Tints of Carrot Orange #EC9425

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.15%

 BLUE value IS 37 (14.84% from 255) = 8.79%

R = 56.06%
G = 35.15%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC9425 (or 0xEC9425) is known color: Carrot Orange. HEX triplet: EC, 94 and 25. RGB value is (236,148,37). Sum of RGB (Red+Green+Blue) = 236+148+37=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 37 (14.84% from 255 or 8.79% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9425 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9425 is #136BDA. Grayscale: #A2A2A2. Windows color (decimal): -1272795 or 2462956. OLE color: 2462956.

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

Color convert

RGB 236 148 37 -
CMYK 0 0.37 0.84 0.07
HSL 33.47º 0.84% 0.54% -
HSV(B) 33.47º 0.84% 0.93% -
XYZ 45.52 39.15 6.91 -
YUV 161.66 57.65 181.03 -
System Red Green Blue C M Y K H S L
Decimal 236 148 37 0 0.37 0.84 0.07 33.47 0.84 0.54
Hex EC 94 25 0 25 54 7 21 54 36
Octal 354 224 45 0 45 124 7 41 124 66
Binary 11101100 10010100 100101 0 100101 1010100 111 100001 1010100 110110

Color Harmonies of #EC9425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9425

Black with #EC9425

Text Example


Text Example

White with #EC9425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9425; }

 p { color: rgb(236,148,37); }

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

background-color css

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

 a { background-color: rgb(236,148,37); }

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

border-color css

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

 span { border-color: rgb(236,148,37); }

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