Html Css Color HEX #ED941D Carrot Orange

📋 copy color: '#ED941D'

red 237 ◦ green 148 ◦ blue 29

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

Shades of Carrot Orange #ED941D

Tints of Carrot Orange #ED941D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7%

R = 57.25%
G = 35.75%
B = 7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED941D (or 0xED941D) is known color: Carrot Orange. HEX triplet: ED, 94 and 1D. RGB value is (237,148,29). Sum of RGB (Red+Green+Blue) = 237+148+29=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 29 (11.72% from 255 or 7.00% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #ED941D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED941D is #126BE2. Grayscale: #A1A1A1. Windows color (decimal): -1207267 or 1938669. OLE color: 1938669.

HSL color Cylindrical-coordinate representation of color #ED941D: hue angle of 34.33º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED941D is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 148 29 -
CMYK 0 0.38 0.88 0.07
HSL 34.33º 0.85% 0.52% -
HSV(B) 34.33º 0.88% 0.93% -
XYZ 45.74 39.27 6.33 -
YUV 161.05 53.49 182.18 -
System Red Green Blue C M Y K H S L
Decimal 237 148 29 0 0.38 0.88 0.07 34.33 0.85 0.52
Hex ED 94 1D 0 26 58 7 22 55 34
Octal 355 224 35 0 46 130 7 42 125 64
Binary 11101101 10010100 11101 0 100110 1011000 111 100010 1010101 110100

Color Harmonies of #ED941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED941D

Black with #ED941D

Text Example


Text Example

White with #ED941D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED941D; }

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

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

background-color css

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

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

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

border-color css

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

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

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