Html Css Color HEX #EDA321 Carrot Orange

📋 copy color: '#EDA321'

red 237 ◦ green 163 ◦ blue 33

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

Shades of Carrot Orange #EDA321

Tints of Carrot Orange #EDA321

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.64%

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

R = 54.73%
G = 37.64%
B = 7.62%

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

#EDA321 (or 0xEDA321) is known color: Carrot Orange. HEX triplet: ED, A3 and 21. RGB value is (237,163,33). Sum of RGB (Red+Green+Blue) = 237+163+33=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 33 (13.28% from 255 or 7.62% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA321 is #125CDE. Grayscale: #AAAAAA. Windows color (decimal): -1203423 or 2204653. OLE color: 2204653.

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

Color convert

RGB 237 163 33 -
CMYK 0 0.31 0.86 0.07
HSL 38.24º 0.85% 0.53% -
HSV(B) 38.24º 0.86% 0.93% -
XYZ 48.3 44.31 7.45 -
YUV 170.31 50.52 175.57 -
System Red Green Blue C M Y K H S L
Decimal 237 163 33 0 0.31 0.86 0.07 38.24 0.85 0.53
Hex ED A3 21 0 1F 56 7 26 55 35
Octal 355 243 41 0 37 126 7 46 125 65
Binary 11101101 10100011 100001 0 11111 1010110 111 100110 1010101 110101

Color Harmonies of #EDA321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA321

Black with #EDA321

Text Example


Text Example

White with #EDA321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA321; }

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

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

background-color css

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

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

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

border-color css

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

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

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