Html Css Color HEX #ED902E Sun

📋 copy color: '#ED902E'

red 237 ◦ green 144 ◦ blue 46

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

Shades of Sun #ED902E

Tints of Sun #ED902E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.72%

 BLUE value IS 46 (18.36% from 255) = 10.77%

R = 55.5%
G = 33.72%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED902E (or 0xED902E) is known color: Sun. HEX triplet: ED, 90 and 2E. RGB value is (237,144,46). Sum of RGB (Red+Green+Blue) = 237+144+46=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 46 (18.36% from 255 or 10.77% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED902E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED902E is #126FD1. Grayscale: #A1A1A1. Windows color (decimal): -1208274 or 3051757. OLE color: 3051757.

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

Color convert

RGB 237 144 46 -
CMYK 0 0.39 0.81 0.07
HSL 30.79º 0.84% 0.55% -
HSV(B) 30.79º 0.81% 0.93% -
XYZ 45.39 38.15 7.56 -
YUV 160.64 63.31 182.47 -
System Red Green Blue C M Y K H S L
Decimal 237 144 46 0 0.39 0.81 0.07 30.79 0.84 0.55
Hex ED 90 2E 0 27 51 7 1F 54 37
Octal 355 220 56 0 47 121 7 37 124 67
Binary 11101101 10010000 101110 0 100111 1010001 111 11111 1010100 110111

Color Harmonies of #ED902E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED902E

Black with #ED902E

Text Example


Text Example

White with #ED902E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED902E; }

 p { color: rgb(237,144,46); }

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

background-color css

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

 a { background-color: rgb(237,144,46); }

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

border-color css

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

 span { border-color: rgb(237,144,46); }

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