Html Css Color HEX #ED9231 Sun

📋 copy color: '#ED9231'

red 237 ◦ green 146 ◦ blue 49

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

Shades of Sun #ED9231

Tints of Sun #ED9231

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.8%

 BLUE value IS 49 (19.53% from 255) = 11.34%

R = 54.86%
G = 33.8%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ED9231 (or 0xED9231) is known color: Sun. HEX triplet: ED, 92 and 31. RGB value is (237,146,49). Sum of RGB (Red+Green+Blue) = 237+146+49=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 49 (19.53% from 255 or 11.34% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9231 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9231 is #126DCE. Grayscale: #A2A2A2. Windows color (decimal): -1207759 or 3248877. OLE color: 3248877.

HSL color Cylindrical-coordinate representation of color #ED9231: hue angle of 30.96º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED9231 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 146 49 -
CMYK 0 0.38 0.79 0.07
HSL 30.96º 0.84% 0.56% -
HSV(B) 30.96º 0.79% 0.93% -
XYZ 45.76 38.78 7.98 -
YUV 162.15 64.15 181.39 -
System Red Green Blue C M Y K H S L
Decimal 237 146 49 0 0.38 0.79 0.07 30.96 0.84 0.56
Hex ED 92 31 0 26 4F 7 1F 54 38
Octal 355 222 61 0 46 117 7 37 124 70
Binary 11101101 10010010 110001 0 100110 1001111 111 11111 1010100 111000

Color Harmonies of #ED9231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9231

Black with #ED9231

Text Example


Text Example

White with #ED9231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9231; }

 p { color: rgb(237,146,49); }

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

background-color css

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

 a { background-color: rgb(237,146,49); }

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

border-color css

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

 span { border-color: rgb(237,146,49); }

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