Html Css Color HEX #EDB537 Bright Sun

📋 copy color: '#EDB537'

red 237 ◦ green 181 ◦ blue 55

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

Shades of Bright Sun #EDB537

Tints of Bright Sun #EDB537

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.27%

 BLUE value IS 55 (21.88% from 255) = 11.63%

R = 50.11%
G = 38.27%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDB537 (or 0xEDB537) is known color: Bright Sun. HEX triplet: ED, B5 and 37. RGB value is (237,181,55). Sum of RGB (Red+Green+Blue) = 237+181+55=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 55 (21.88% from 255 or 11.63% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB537 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB537 is #124AC8. Grayscale: #B7B7B7. Windows color (decimal): -1198793 or 3651053. OLE color: 3651053.

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

Color convert

RGB 237 181 55 -
CMYK 0 0.24 0.77 0.07
HSL 41.54º 0.83% 0.57% -
HSV(B) 41.54º 0.77% 0.93% -
XYZ 52.14 51.33 10.77 -
YUV 183.38 55.55 166.25 -
System Red Green Blue C M Y K H S L
Decimal 237 181 55 0 0.24 0.77 0.07 41.54 0.83 0.57
Hex ED B5 37 0 18 4D 7 2A 53 39
Octal 355 265 67 0 30 115 7 52 123 71
Binary 11101101 10110101 110111 0 11000 1001101 111 101010 1010011 111001

Color Harmonies of #EDB537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB537

Black with #EDB537

Text Example


Text Example

White with #EDB537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB537; }

 p { color: rgb(237,181,55); }

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

background-color css

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

 a { background-color: rgb(237,181,55); }

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

border-color css

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

 span { border-color: rgb(237,181,55); }

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