Html Css Color HEX #ED8934 Sun

📋 copy color: '#ED8934'

red 237 ◦ green 137 ◦ blue 52

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

Shades of Sun #ED8934

Tints of Sun #ED8934

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.16%

 BLUE value IS 52 (20.7% from 255) = 12.21%

R = 55.63%
G = 32.16%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED8934 (or 0xED8934) is known color: Sun. HEX triplet: ED, 89 and 34. RGB value is (237,137,52). Sum of RGB (Red+Green+Blue) = 237+137+52=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 52 (20.70% from 255 or 12.21% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8934 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8934 is #1276CB. Grayscale: #9D9D9D. Windows color (decimal): -1210060 or 3443181. OLE color: 3443181.

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

Color convert

RGB 237 137 52 -
CMYK 0 0.42 0.78 0.07
HSL 27.57º 0.84% 0.57% -
HSV(B) 27.57º 0.78% 0.93% -
XYZ 44.49 36.14 7.88 -
YUV 157.21 68.63 184.91 -
System Red Green Blue C M Y K H S L
Decimal 237 137 52 0 0.42 0.78 0.07 27.57 0.84 0.57
Hex ED 89 34 0 2A 4E 7 1C 54 39
Octal 355 211 64 0 52 116 7 34 124 71
Binary 11101101 10001001 110100 0 101010 1001110 111 11100 1010100 111001

Color Harmonies of #ED8934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8934

Black with #ED8934

Text Example


Text Example

White with #ED8934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8934; }

 p { color: rgb(237,137,52); }

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

background-color css

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

 a { background-color: rgb(237,137,52); }

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

border-color css

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

 span { border-color: rgb(237,137,52); }

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