Html Css Color HEX #ED8533 Sun

📋 copy color: '#ED8533'

red 237 ◦ green 133 ◦ blue 51

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

Shades of Sun #ED8533

Tints of Sun #ED8533

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.59%

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

R = 56.29%
G = 31.59%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED8533 (or 0xED8533) is known color: Sun. HEX triplet: ED, 85 and 33. RGB value is (237,133,51). Sum of RGB (Red+Green+Blue) = 237+133+51=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 51 (20.31% from 255 or 12.11% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8533 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8533 is #127ACC. Grayscale: #9B9B9B. Windows color (decimal): -1211085 or 3376621. OLE color: 3376621.

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

Color convert

RGB 237 133 51 -
CMYK 0 0.44 0.78 0.07
HSL 26.45º 0.84% 0.56% -
HSV(B) 26.45º 0.78% 0.93% -
XYZ 43.91 35.02 7.58 -
YUV 154.75 69.46 186.67 -
System Red Green Blue C M Y K H S L
Decimal 237 133 51 0 0.44 0.78 0.07 26.45 0.84 0.56
Hex ED 85 33 0 2C 4E 7 1A 54 38
Octal 355 205 63 0 54 116 7 32 124 70
Binary 11101101 10000101 110011 0 101100 1001110 111 11010 1010100 111000

Color Harmonies of #ED8533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8533

Black with #ED8533

Text Example


Text Example

White with #ED8533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8533; }

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

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

background-color css

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

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

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

border-color css

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

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

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