Html Css Color HEX #ED8C2D Sun

📋 copy color: '#ED8C2D'

red 237 ◦ green 140 ◦ blue 45

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

Shades of Sun #ED8C2D

Tints of Sun #ED8C2D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.18%

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

R = 56.16%
G = 33.18%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED8C2D (or 0xED8C2D) is known color: Sun. HEX triplet: ED, 8C and 2D. RGB value is (237,140,45). Sum of RGB (Red+Green+Blue) = 237+140+45=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8C2D is #1273D2. Grayscale: #9E9E9E. Windows color (decimal): -1209299 or 2985197. OLE color: 2985197.

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

Color convert

RGB 237 140 45 -
CMYK 0 0.41 0.81 0.07
HSL 29.69º 0.84% 0.55% -
HSV(B) 29.69º 0.81% 0.93% -
XYZ 44.78 36.95 7.25 -
YUV 158.17 64.14 184.22 -
System Red Green Blue C M Y K H S L
Decimal 237 140 45 0 0.41 0.81 0.07 29.69 0.84 0.55
Hex ED 8C 2D 0 29 51 7 1E 54 37
Octal 355 214 55 0 51 121 7 36 124 67
Binary 11101101 10001100 101101 0 101001 1010001 111 11110 1010100 110111

Color Harmonies of #ED8C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8C2D

Black with #ED8C2D

Text Example


Text Example

White with #ED8C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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