Html Css Color HEX #ED941E Carrot Orange

📋 copy color: '#ED941E'

red 237 ◦ green 148 ◦ blue 30

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

Shades of Carrot Orange #ED941E

Tints of Carrot Orange #ED941E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.23%

R = 57.11%
G = 35.66%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED941E (or 0xED941E) is known color: Carrot Orange. HEX triplet: ED, 94 and 1E. RGB value is (237,148,30). Sum of RGB (Red+Green+Blue) = 237+148+30=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 30 (12.11% from 255 or 7.23% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED941E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED941E is #126BE1. Grayscale: #A1A1A1. Windows color (decimal): -1207266 or 2004205. OLE color: 2004205.

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

Color convert

RGB 237 148 30 -
CMYK 0 0.38 0.87 0.07
HSL 34.2º 0.85% 0.52% -
HSV(B) 34.2º 0.87% 0.93% -
XYZ 45.75 39.28 6.4 -
YUV 161.16 53.99 182.09 -
System Red Green Blue C M Y K H S L
Decimal 237 148 30 0 0.38 0.87 0.07 34.2 0.85 0.52
Hex ED 94 1E 0 26 57 7 22 55 34
Octal 355 224 36 0 46 127 7 42 125 64
Binary 11101101 10010100 11110 0 100110 1010111 111 100010 1010101 110100

Color Harmonies of #ED941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED941E

Black with #ED941E

Text Example


Text Example

White with #ED941E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED941E; }

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

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

background-color css

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

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

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

border-color css

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

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

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