Html Css Color HEX #EDA01D Carrot Orange

📋 copy color: '#EDA01D'

red 237 ◦ green 160 ◦ blue 29

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

Shades of Carrot Orange #EDA01D

Tints of Carrot Orange #EDA01D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.81%

R = 55.63%
G = 37.56%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDA01D (or 0xEDA01D) is known color: Carrot Orange. HEX triplet: ED, A0 and 1D. RGB value is (237,160,29). Sum of RGB (Red+Green+Blue) = 237+160+29=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 29 (11.72% from 255 or 6.81% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA01D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA01D is #125FE2. Grayscale: #A8A8A8. Windows color (decimal): -1204195 or 1941741. OLE color: 1941741.

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

Color convert

RGB 237 160 29 -
CMYK 0 0.32 0.88 0.07
HSL 37.79º 0.85% 0.52% -
HSV(B) 37.79º 0.88% 0.93% -
XYZ 47.72 43.23 6.99 -
YUV 168.09 49.51 177.15 -
System Red Green Blue C M Y K H S L
Decimal 237 160 29 0 0.32 0.88 0.07 37.79 0.85 0.52
Hex ED A0 1D 0 20 58 7 26 55 34
Octal 355 240 35 0 40 130 7 46 125 64
Binary 11101101 10100000 11101 0 100000 1011000 111 100110 1010101 110100

Color Harmonies of #EDA01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA01D

Black with #EDA01D

Text Example


Text Example

White with #EDA01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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