Html Css Color HEX #ED942C Carrot Orange

📋 copy color: '#ED942C'

red 237 ◦ green 148 ◦ blue 44

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

Shades of Carrot Orange #ED942C

Tints of Carrot Orange #ED942C

RGB

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

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

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

R = 55.24%
G = 34.5%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED942C (or 0xED942C) is known color: Carrot Orange. HEX triplet: ED, 94 and 2C. RGB value is (237,148,44). Sum of RGB (Red+Green+Blue) = 237+148+44=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 44 (17.58% from 255 or 10.26% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED942C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED942C is #126BD3. Grayscale: #A3A3A3. Windows color (decimal): -1207252 or 2921709. OLE color: 2921709.

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

Color convert

RGB 237 148 44 -
CMYK 0 0.38 0.81 0.07
HSL 32.33º 0.84% 0.55% -
HSV(B) 32.33º 0.81% 0.93% -
XYZ 45.97 39.37 7.56 -
YUV 162.76 60.99 180.96 -
System Red Green Blue C M Y K H S L
Decimal 237 148 44 0 0.38 0.81 0.07 32.33 0.84 0.55
Hex ED 94 2C 0 26 51 7 20 54 37
Octal 355 224 54 0 46 121 7 40 124 67
Binary 11101101 10010100 101100 0 100110 1010001 111 100000 1010100 110111

Color Harmonies of #ED942C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED942C

Black with #ED942C

Text Example


Text Example

White with #ED942C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED942C; }

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

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

background-color css

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

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

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

border-color css

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

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

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