Html Css Color HEX #EDA21F Carrot Orange

📋 copy color: '#EDA21F'

red 237 ◦ green 162 ◦ blue 31

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

Shades of Carrot Orange #EDA21F

Tints of Carrot Orange #EDA21F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.67%

 BLUE value IS 31 (12.5% from 255) = 7.21%

R = 55.12%
G = 37.67%
B = 7.21%

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

#EDA21F (or 0xEDA21F) is known color: Carrot Orange. HEX triplet: ED, A2 and 1F. RGB value is (237,162,31). Sum of RGB (Red+Green+Blue) = 237+162+31=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 31 (12.5% from 255 or 7.21% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA21F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA21F is #125DE0. Grayscale: #AAAAAA. Windows color (decimal): -1203681 or 2073325. OLE color: 2073325.

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

Color convert

RGB 237 162 31 -
CMYK 0 0.32 0.87 0.07
HSL 38.16º 0.85% 0.53% -
HSV(B) 38.16º 0.87% 0.93% -
XYZ 48.09 43.94 7.24 -
YUV 169.49 49.85 176.15 -
System Red Green Blue C M Y K H S L
Decimal 237 162 31 0 0.32 0.87 0.07 38.16 0.85 0.53
Hex ED A2 1F 0 20 57 7 26 55 35
Octal 355 242 37 0 40 127 7 46 125 65
Binary 11101101 10100010 11111 0 100000 1010111 111 100110 1010101 110101

Color Harmonies of #EDA21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA21F

Black with #EDA21F

Text Example


Text Example

White with #EDA21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA21F; }

 p { color: rgb(237,162,31); }

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

background-color css

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

 a { background-color: rgb(237,162,31); }

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

border-color css

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

 span { border-color: rgb(237,162,31); }

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