Html Css Color HEX #ED8022 Carrot Orange

📋 copy color: '#ED8022'

red 237 ◦ green 128 ◦ blue 34

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

Shades of Carrot Orange #ED8022

Tints of Carrot Orange #ED8022

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.08%

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

R = 59.4%
G = 32.08%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED8022 (or 0xED8022) is known color: Carrot Orange. HEX triplet: ED, 80 and 22. RGB value is (237,128,34). Sum of RGB (Red+Green+Blue) = 237+128+34=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8022 is #127FDD. Grayscale: #969696. Windows color (decimal): -1212382 or 2261229. OLE color: 2261229.

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

Color convert

RGB 237 128 34 -
CMYK 0 0.46 0.86 0.07
HSL 27.78º 0.85% 0.53% -
HSV(B) 27.78º 0.86% 0.93% -
XYZ 42.93 33.56 5.73 -
YUV 149.88 62.61 190.14 -
System Red Green Blue C M Y K H S L
Decimal 237 128 34 0 0.46 0.86 0.07 27.78 0.85 0.53
Hex ED 80 22 0 2E 56 7 1C 55 35
Octal 355 200 42 0 56 126 7 34 125 65
Binary 11101101 10000000 100010 0 101110 1010110 111 11100 1010101 110101

Color Harmonies of #ED8022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8022

Black with #ED8022

Text Example


Text Example

White with #ED8022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8022; }

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

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

background-color css

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

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

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

border-color css

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

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

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