Html Css Color HEX #EDB536 Bright Sun

📋 copy color: '#EDB536'

red 237 ◦ green 181 ◦ blue 54

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

Shades of Bright Sun #EDB536

Tints of Bright Sun #EDB536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.44%

R = 50.21%
G = 38.35%
B = 11.44%

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

#EDB536 (or 0xEDB536) is known color: Bright Sun. HEX triplet: ED, B5 and 36. RGB value is (237,181,54). Sum of RGB (Red+Green+Blue) = 237+181+54=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 54 (21.48% from 255 or 11.44% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB536 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB536 is #124AC9. Grayscale: #B7B7B7. Windows color (decimal): -1198794 or 3585517. OLE color: 3585517.

HSL color Cylindrical-coordinate representation of color #EDB536: hue angle of 41.64º degrees, saturation: 0.84, 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 #EDB536 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 181 54 -
CMYK 0 0.24 0.77 0.07
HSL 41.64º 0.84% 0.57% -
HSV(B) 41.64º 0.77% 0.93% -
XYZ 52.11 51.32 10.65 -
YUV 183.27 55.05 166.33 -
System Red Green Blue C M Y K H S L
Decimal 237 181 54 0 0.24 0.77 0.07 41.64 0.84 0.57
Hex ED B5 36 0 18 4D 7 2A 54 39
Octal 355 265 66 0 30 115 7 52 124 71
Binary 11101101 10110101 110110 0 11000 1001101 111 101010 1010100 111001

Color Harmonies of #EDB536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB536

Black with #EDB536

Text Example


Text Example

White with #EDB536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB536; }

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

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

background-color css

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

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

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

border-color css

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

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

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