Html Css Color HEX #ED931D Carrot Orange

📋 copy color: '#ED931D'

red 237 ◦ green 147 ◦ blue 29

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

Shades of Carrot Orange #ED931D

Tints of Carrot Orange #ED931D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.59%

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

R = 57.38%
G = 35.59%
B = 7.02%

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

#ED931D (or 0xED931D) is known color: Carrot Orange. HEX triplet: ED, 93 and 1D. RGB value is (237,147,29). Sum of RGB (Red+Green+Blue) = 237+147+29=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 29 (11.72% from 255 or 7.02% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED931D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED931D is #126CE2. Grayscale: #A1A1A1. Windows color (decimal): -1207523 or 1938413. OLE color: 1938413.

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

Color convert

RGB 237 147 29 -
CMYK 0 0.38 0.88 0.07
HSL 34.04º 0.85% 0.52% -
HSV(B) 34.04º 0.88% 0.93% -
XYZ 45.58 38.96 6.28 -
YUV 160.46 53.82 182.59 -
System Red Green Blue C M Y K H S L
Decimal 237 147 29 0 0.38 0.88 0.07 34.04 0.85 0.52
Hex ED 93 1D 0 26 58 7 22 55 34
Octal 355 223 35 0 46 130 7 42 125 64
Binary 11101101 10010011 11101 0 100110 1011000 111 100010 1010101 110100

Color Harmonies of #ED931D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED931D

Black with #ED931D

Text Example


Text Example

White with #ED931D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED931D; }

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

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

background-color css

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

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

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

border-color css

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

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

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