Html Css Color HEX #ED9133 Sun

📋 copy color: '#ED9133'

red 237 ◦ green 145 ◦ blue 51

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

Shades of Sun #ED9133

Tints of Sun #ED9133

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.49%

 BLUE value IS 51 (20.31% from 255) = 11.78%

R = 54.73%
G = 33.49%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED9133 (or 0xED9133) is known color: Sun. HEX triplet: ED, 91 and 33. RGB value is (237,145,51). Sum of RGB (Red+Green+Blue) = 237+145+51=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 51 (20.31% from 255 or 11.78% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9133 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9133 is #126ECC. Grayscale: #A2A2A2. Windows color (decimal): -1208013 or 3379693. OLE color: 3379693.

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

Color convert

RGB 237 145 51 -
CMYK 0 0.39 0.78 0.07
HSL 30.32º 0.84% 0.56% -
HSV(B) 30.32º 0.78% 0.93% -
XYZ 45.65 38.49 8.16 -
YUV 161.79 65.48 181.64 -
System Red Green Blue C M Y K H S L
Decimal 237 145 51 0 0.39 0.78 0.07 30.32 0.84 0.56
Hex ED 91 33 0 27 4E 7 1E 54 38
Octal 355 221 63 0 47 116 7 36 124 70
Binary 11101101 10010001 110011 0 100111 1001110 111 11110 1010100 111000

Color Harmonies of #ED9133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9133

Black with #ED9133

Text Example


Text Example

White with #ED9133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9133; }

 p { color: rgb(237,145,51); }

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

background-color css

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

 a { background-color: rgb(237,145,51); }

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

border-color css

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

 span { border-color: rgb(237,145,51); }

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