Html Css Color HEX #EDA025 Carrot Orange

📋 copy color: '#EDA025'

red 237 ◦ green 160 ◦ blue 37

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

Shades of Carrot Orange #EDA025

Tints of Carrot Orange #EDA025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.53%

R = 54.61%
G = 36.87%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDA025 (or 0xEDA025) is known color: Carrot Orange. HEX triplet: ED, A0 and 25. RGB value is (237,160,37). Sum of RGB (Red+Green+Blue) = 237+160+37=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 37 (14.84% from 255 or 8.53% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA025 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA025 is #125FDA. Grayscale: #A9A9A9. Windows color (decimal): -1204187 or 2466029. OLE color: 2466029.

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

Color convert

RGB 237 160 37 -
CMYK 0 0.32 0.84 0.07
HSL 36.9º 0.85% 0.54% -
HSV(B) 36.9º 0.84% 0.93% -
XYZ 47.83 43.28 7.58 -
YUV 169 53.51 176.5 -
System Red Green Blue C M Y K H S L
Decimal 237 160 37 0 0.32 0.84 0.07 36.9 0.85 0.54
Hex ED A0 25 0 20 54 7 25 55 36
Octal 355 240 45 0 40 124 7 45 125 66
Binary 11101101 10100000 100101 0 100000 1010100 111 100101 1010101 110110

Color Harmonies of #EDA025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA025

Black with #EDA025

Text Example


Text Example

White with #EDA025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA025; }

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

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

background-color css

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

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

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

border-color css

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

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

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