Html Css Color HEX #EDA022 Carrot Orange

📋 copy color: '#EDA022'

red 237 ◦ green 160 ◦ blue 34

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

Shades of Carrot Orange #EDA022

Tints of Carrot Orange #EDA022

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.12%

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

R = 54.99%
G = 37.12%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDA022 (or 0xEDA022) is known color: Carrot Orange. HEX triplet: ED, A0 and 22. RGB value is (237,160,34). Sum of RGB (Red+Green+Blue) = 237+160+34=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 34 (13.67% from 255 or 7.89% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA022 is #125FDD. Grayscale: #A9A9A9. Windows color (decimal): -1204190 or 2269421. OLE color: 2269421.

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

Color convert

RGB 237 160 34 -
CMYK 0 0.32 0.86 0.07
HSL 37.24º 0.85% 0.53% -
HSV(B) 37.24º 0.86% 0.93% -
XYZ 47.78 43.26 7.35 -
YUV 168.66 52.01 176.75 -
System Red Green Blue C M Y K H S L
Decimal 237 160 34 0 0.32 0.86 0.07 37.24 0.85 0.53
Hex ED A0 22 0 20 56 7 25 55 35
Octal 355 240 42 0 40 126 7 45 125 65
Binary 11101101 10100000 100010 0 100000 1010110 111 100101 1010101 110101

Color Harmonies of #EDA022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA022

Black with #EDA022

Text Example


Text Example

White with #EDA022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA022; }

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

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

background-color css

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

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

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

border-color css

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

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

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