Html Css Color HEX #EDA421 Carrot Orange

📋 copy color: '#EDA421'

red 237 ◦ green 164 ◦ blue 33

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

Shades of Carrot Orange #EDA421

Tints of Carrot Orange #EDA421

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.79%

 BLUE value IS 33 (13.28% from 255) = 7.6%

R = 54.61%
G = 37.79%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDA421 (or 0xEDA421) is known color: Carrot Orange. HEX triplet: ED, A4 and 21. RGB value is (237,164,33). Sum of RGB (Red+Green+Blue) = 237+164+33=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 33 (13.28% from 255 or 7.60% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA421 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA421 is #125BDE. Grayscale: #ABABAB. Windows color (decimal): -1203167 or 2204909. OLE color: 2204909.

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

Color convert

RGB 237 164 33 -
CMYK 0 0.31 0.86 0.07
HSL 38.53º 0.85% 0.53% -
HSV(B) 38.53º 0.86% 0.93% -
XYZ 48.48 44.67 7.51 -
YUV 170.89 50.18 175.15 -
System Red Green Blue C M Y K H S L
Decimal 237 164 33 0 0.31 0.86 0.07 38.53 0.85 0.53
Hex ED A4 21 0 1F 56 7 27 55 35
Octal 355 244 41 0 37 126 7 47 125 65
Binary 11101101 10100100 100001 0 11111 1010110 111 100111 1010101 110101

Color Harmonies of #EDA421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA421

Black with #EDA421

Text Example


Text Example

White with #EDA421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA421; }

 p { color: rgb(237,164,33); }

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

background-color css

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

 a { background-color: rgb(237,164,33); }

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

border-color css

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

 span { border-color: rgb(237,164,33); }

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