Html Css Color HEX #ED901D Carrot Orange

📋 copy color: '#ED901D'

red 237 ◦ green 144 ◦ blue 29

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

Shades of Carrot Orange #ED901D

Tints of Carrot Orange #ED901D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.12%

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

R = 57.8%
G = 35.12%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED901D (or 0xED901D) is known color: Carrot Orange. HEX triplet: ED, 90 and 1D. RGB value is (237,144,29). Sum of RGB (Red+Green+Blue) = 237+144+29=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED901D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED901D is #126FE2. Grayscale: #9F9F9F. Windows color (decimal): -1208291 or 1937645. OLE color: 1937645.

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

Color convert

RGB 237 144 29 -
CMYK 0 0.39 0.88 0.07
HSL 33.17º 0.85% 0.52% -
HSV(B) 33.17º 0.88% 0.93% -
XYZ 45.12 38.04 6.13 -
YUV 158.7 54.81 183.85 -
System Red Green Blue C M Y K H S L
Decimal 237 144 29 0 0.39 0.88 0.07 33.17 0.85 0.52
Hex ED 90 1D 0 27 58 7 21 55 34
Octal 355 220 35 0 47 130 7 41 125 64
Binary 11101101 10010000 11101 0 100111 1011000 111 100001 1010101 110100

Color Harmonies of #ED901D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED901D

Black with #ED901D

Text Example


Text Example

White with #ED901D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED901D; }

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

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

background-color css

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

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

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

border-color css

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

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

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