Html Css Color HEX #ED902C Carrot Orange

📋 copy color: '#ED902C'

red 237 ◦ green 144 ◦ blue 44

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

Shades of Carrot Orange #ED902C

Tints of Carrot Orange #ED902C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.35%

R = 55.76%
G = 33.88%
B = 10.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED902C (or 0xED902C) is known color: Carrot Orange. HEX triplet: ED, 90 and 2C. RGB value is (237,144,44). Sum of RGB (Red+Green+Blue) = 237+144+44=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 44 (17.58% from 255 or 10.35% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED902C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED902C is #126FD3. Grayscale: #A0A0A0. Windows color (decimal): -1208276 or 2920685. OLE color: 2920685.

HSL color Cylindrical-coordinate representation of color #ED902C: hue angle of 31.09º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED902C is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 144 44 -
CMYK 0 0.39 0.81 0.07
HSL 31.09º 0.84% 0.55% -
HSV(B) 31.09º 0.81% 0.93% -
XYZ 45.35 38.13 7.35 -
YUV 160.41 62.31 182.63 -
System Red Green Blue C M Y K H S L
Decimal 237 144 44 0 0.39 0.81 0.07 31.09 0.84 0.55
Hex ED 90 2C 0 27 51 7 1F 54 37
Octal 355 220 54 0 47 121 7 37 124 67
Binary 11101101 10010000 101100 0 100111 1010001 111 11111 1010100 110111

Color Harmonies of #ED902C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED902C

Black with #ED902C

Text Example


Text Example

White with #ED902C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED902C; }

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

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

background-color css

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

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

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

border-color css

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

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

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