Html Css Color HEX #ED9022 Carrot Orange

📋 copy color: '#ED9022'

red 237 ◦ green 144 ◦ blue 34

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

Shades of Carrot Orange #ED9022

Tints of Carrot Orange #ED9022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.19%

R = 57.11%
G = 34.7%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED9022 (or 0xED9022) is known color: Carrot Orange. HEX triplet: ED, 90 and 22. RGB value is (237,144,34). Sum of RGB (Red+Green+Blue) = 237+144+34=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 34 (13.67% from 255 or 8.19% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9022 is #126FDD. Grayscale: #9F9F9F. Windows color (decimal): -1208286 or 2265325. OLE color: 2265325.

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

Color convert

RGB 237 144 34 -
CMYK 0 0.39 0.86 0.07
HSL 32.51º 0.85% 0.53% -
HSV(B) 32.51º 0.86% 0.93% -
XYZ 45.19 38.07 6.48 -
YUV 159.27 57.31 183.44 -
System Red Green Blue C M Y K H S L
Decimal 237 144 34 0 0.39 0.86 0.07 32.51 0.85 0.53
Hex ED 90 22 0 27 56 7 21 55 35
Octal 355 220 42 0 47 126 7 41 125 65
Binary 11101101 10010000 100010 0 100111 1010110 111 100001 1010101 110101

Color Harmonies of #ED9022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9022

Black with #ED9022

Text Example


Text Example

White with #ED9022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9022; }

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

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

background-color css

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

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

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

border-color css

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

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

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