Html Css Color HEX #EDA01E Carrot Orange

📋 copy color: '#EDA01E'

red 237 ◦ green 160 ◦ blue 30

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

Shades of Carrot Orange #EDA01E

Tints of Carrot Orange #EDA01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.03%

R = 55.5%
G = 37.47%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDA01E (or 0xEDA01E) is known color: Carrot Orange. HEX triplet: ED, A0 and 1E. RGB value is (237,160,30). Sum of RGB (Red+Green+Blue) = 237+160+30=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 30 (12.11% from 255 or 7.03% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA01E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA01E is #125FE1. Grayscale: #A8A8A8. Windows color (decimal): -1204194 or 2007277. OLE color: 2007277.

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

Color convert

RGB 237 160 30 -
CMYK 0 0.32 0.87 0.07
HSL 37.68º 0.85% 0.52% -
HSV(B) 37.68º 0.87% 0.93% -
XYZ 47.73 43.24 7.06 -
YUV 168.2 50.01 177.07 -
System Red Green Blue C M Y K H S L
Decimal 237 160 30 0 0.32 0.87 0.07 37.68 0.85 0.52
Hex ED A0 1E 0 20 57 7 26 55 34
Octal 355 240 36 0 40 127 7 46 125 64
Binary 11101101 10100000 11110 0 100000 1010111 111 100110 1010101 110100

Color Harmonies of #EDA01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA01E

Black with #EDA01E

Text Example


Text Example

White with #EDA01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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