Html Css Color HEX #ED951D Carrot Orange

📋 copy color: '#ED951D'

red 237 ◦ green 149 ◦ blue 29

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

Shades of Carrot Orange #ED951D

Tints of Carrot Orange #ED951D

RGB

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

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

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

R = 57.11%
G = 35.9%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED951D (or 0xED951D) is known color: Carrot Orange. HEX triplet: ED, 95 and 1D. RGB value is (237,149,29). Sum of RGB (Red+Green+Blue) = 237+149+29=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED951D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED951D is #126AE2. Grayscale: #A2A2A2. Windows color (decimal): -1207011 or 1938925. OLE color: 1938925.

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

Color convert

RGB 237 149 29 -
CMYK 0 0.37 0.88 0.07
HSL 34.62º 0.85% 0.52% -
HSV(B) 34.62º 0.88% 0.93% -
XYZ 45.89 39.59 6.38 -
YUV 161.63 53.15 181.76 -
System Red Green Blue C M Y K H S L
Decimal 237 149 29 0 0.37 0.88 0.07 34.62 0.85 0.52
Hex ED 95 1D 0 25 58 7 23 55 34
Octal 355 225 35 0 45 130 7 43 125 64
Binary 11101101 10010101 11101 0 100101 1011000 111 100011 1010101 110100

Color Harmonies of #ED951D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED951D

Black with #ED951D

Text Example


Text Example

White with #ED951D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED951D; }

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

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

background-color css

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

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

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

border-color css

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

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

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