Html Css Color HEX #EDA31F Carrot Orange

📋 copy color: '#EDA31F'

red 237 ◦ green 163 ◦ blue 31

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

Shades of Carrot Orange #EDA31F

Tints of Carrot Orange #EDA31F

RGB

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

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

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

R = 54.99%
G = 37.82%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDA31F (or 0xEDA31F) is known color: Carrot Orange. HEX triplet: ED, A3 and 1F. RGB value is (237,163,31). Sum of RGB (Red+Green+Blue) = 237+163+31=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 31 (12.5% from 255 or 7.19% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA31F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA31F is #125CE0. Grayscale: #AAAAAA. Windows color (decimal): -1203425 or 2073581. OLE color: 2073581.

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

Color convert

RGB 237 163 31 -
CMYK 0 0.31 0.87 0.07
HSL 38.45º 0.85% 0.53% -
HSV(B) 38.45º 0.87% 0.93% -
XYZ 48.27 44.3 7.3 -
YUV 170.08 49.52 175.73 -
System Red Green Blue C M Y K H S L
Decimal 237 163 31 0 0.31 0.87 0.07 38.45 0.85 0.53
Hex ED A3 1F 0 1F 57 7 26 55 35
Octal 355 243 37 0 37 127 7 46 125 65
Binary 11101101 10100011 11111 0 11111 1010111 111 100110 1010101 110101

Color Harmonies of #EDA31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA31F

Black with #EDA31F

Text Example


Text Example

White with #EDA31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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