Html Css Color HEX #EDA11F Carrot Orange

📋 copy color: '#EDA11F'

red 237 ◦ green 161 ◦ blue 31

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

Shades of Carrot Orange #EDA11F

Tints of Carrot Orange #EDA11F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.53%

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

R = 55.24%
G = 37.53%
B = 7.23%

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

#EDA11F (or 0xEDA11F) is known color: Carrot Orange. HEX triplet: ED, A1 and 1F. RGB value is (237,161,31). Sum of RGB (Red+Green+Blue) = 237+161+31=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 31 (12.5% from 255 or 7.23% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA11F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA11F is #125EE0. Grayscale: #A9A9A9. Windows color (decimal): -1203937 or 2073069. OLE color: 2073069.

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

Color convert

RGB 237 161 31 -
CMYK 0 0.32 0.87 0.07
HSL 37.86º 0.85% 0.53% -
HSV(B) 37.86º 0.87% 0.93% -
XYZ 47.92 43.59 7.19 -
YUV 168.9 50.18 176.57 -
System Red Green Blue C M Y K H S L
Decimal 237 161 31 0 0.32 0.87 0.07 37.86 0.85 0.53
Hex ED A1 1F 0 20 57 7 26 55 35
Octal 355 241 37 0 40 127 7 46 125 65
Binary 11101101 10100001 11111 0 100000 1010111 111 100110 1010101 110101

Color Harmonies of #EDA11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA11F

Black with #EDA11F

Text Example


Text Example

White with #EDA11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA11F; }

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

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

background-color css

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

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

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

border-color css

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

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

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