Html Css Color HEX #ED952C Carrot Orange

📋 copy color: '#ED952C'

red 237 ◦ green 149 ◦ blue 44

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

Shades of Carrot Orange #ED952C

Tints of Carrot Orange #ED952C

RGB

 RED value IS 237 (92.97% from 255) = 55.12%

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

 BLUE value IS 44 (17.58% from 255) = 10.23%

R = 55.12%
G = 34.65%
B = 10.23%

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

#ED952C (or 0xED952C) is known color: Carrot Orange. HEX triplet: ED, 95 and 2C. RGB value is (237,149,44). Sum of RGB (Red+Green+Blue) = 237+149+44=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 44 (17.58% from 255 or 10.23% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED952C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED952C is #126AD3. Grayscale: #A3A3A3. Windows color (decimal): -1206996 or 2921965. OLE color: 2921965.

HSL color Cylindrical-coordinate representation of color #ED952C: hue angle of 32.64º degrees, saturation: 0.84, 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 #ED952C is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 149 44 -
CMYK 0 0.37 0.81 0.07
HSL 32.64º 0.84% 0.55% -
HSV(B) 32.64º 0.81% 0.93% -
XYZ 46.13 39.68 7.61 -
YUV 163.34 60.65 180.54 -
System Red Green Blue C M Y K H S L
Decimal 237 149 44 0 0.37 0.81 0.07 32.64 0.84 0.55
Hex ED 95 2C 0 25 51 7 21 54 37
Octal 355 225 54 0 45 121 7 41 124 67
Binary 11101101 10010101 101100 0 100101 1010001 111 100001 1010100 110111

Color Harmonies of #ED952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED952C

Black with #ED952C

Text Example


Text Example

White with #ED952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED952C; }

 p { color: rgb(237,149,44); }

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

background-color css

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

 a { background-color: rgb(237,149,44); }

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

border-color css

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

 span { border-color: rgb(237,149,44); }

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