Html Css Color HEX #ED8A2D Sun

📋 copy color: '#ED8A2D'

red 237 ◦ green 138 ◦ blue 45

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

Shades of Sun #ED8A2D

Tints of Sun #ED8A2D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.86%

 BLUE value IS 45 (17.97% from 255) = 10.71%

R = 56.43%
G = 32.86%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED8A2D (or 0xED8A2D) is known color: Sun. HEX triplet: ED, 8A and 2D. RGB value is (237,138,45). Sum of RGB (Red+Green+Blue) = 237+138+45=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8A2D is #1275D2. Grayscale: #9D9D9D. Windows color (decimal): -1209811 or 2984685. OLE color: 2984685.

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

Color convert

RGB 237 138 45 -
CMYK 0 0.42 0.81 0.07
HSL 29.06º 0.84% 0.55% -
HSV(B) 29.06º 0.81% 0.93% -
XYZ 44.49 36.37 7.16 -
YUV 157 64.8 185.06 -
System Red Green Blue C M Y K H S L
Decimal 237 138 45 0 0.42 0.81 0.07 29.06 0.84 0.55
Hex ED 8A 2D 0 2A 51 7 1D 54 37
Octal 355 212 55 0 52 121 7 35 124 67
Binary 11101101 10001010 101101 0 101010 1010001 111 11101 1010100 110111

Color Harmonies of #ED8A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8A2D

Black with #ED8A2D

Text Example


Text Example

White with #ED8A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8A2D; }

 p { color: rgb(237,138,45); }

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

background-color css

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

 a { background-color: rgb(237,138,45); }

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

border-color css

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

 span { border-color: rgb(237,138,45); }

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