Html Css Color HEX #ED901C Carrot Orange

📋 copy color: '#ED901C'

red 237 ◦ green 144 ◦ blue 28

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

Shades of Carrot Orange #ED901C

Tints of Carrot Orange #ED901C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.85%

R = 57.95%
G = 35.21%
B = 6.85%

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

#ED901C (or 0xED901C) is known color: Carrot Orange. HEX triplet: ED, 90 and 1C. RGB value is (237,144,28). Sum of RGB (Red+Green+Blue) = 237+144+28=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED901C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED901C is #126FE3. Grayscale: #9F9F9F. Windows color (decimal): -1208292 or 1872109. OLE color: 1872109.

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

Color convert

RGB 237 144 28 -
CMYK 0 0.39 0.88 0.07
HSL 33.3º 0.85% 0.52% -
HSV(B) 33.3º 0.88% 0.93% -
XYZ 45.11 38.03 6.06 -
YUV 158.58 54.31 183.93 -
System Red Green Blue C M Y K H S L
Decimal 237 144 28 0 0.39 0.88 0.07 33.3 0.85 0.52
Hex ED 90 1C 0 27 58 7 21 55 34
Octal 355 220 34 0 47 130 7 41 125 64
Binary 11101101 10010000 11100 0 100111 1011000 111 100001 1010101 110100

Color Harmonies of #ED901C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED901C

Black with #ED901C

Text Example


Text Example

White with #ED901C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED901C; }

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

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

background-color css

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

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

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

border-color css

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

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

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