Html Css Color HEX #EDBA37 Bright Sun

📋 copy color: '#EDBA37'

red 237 ◦ green 186 ◦ blue 55

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

Shades of Bright Sun #EDBA37

Tints of Bright Sun #EDBA37

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.91%

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

R = 49.58%
G = 38.91%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDBA37 (or 0xEDBA37) is known color: Bright Sun. HEX triplet: ED, BA and 37. RGB value is (237,186,55). Sum of RGB (Red+Green+Blue) = 237+186+55=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 55 (21.88% from 255 or 11.51% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBA37 is #1245C8. Grayscale: #BABABA. Windows color (decimal): -1197513 or 3652333. OLE color: 3652333.

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

Color convert

RGB 237 186 55 -
CMYK 0 0.22 0.77 0.07
HSL 43.19º 0.83% 0.57% -
HSV(B) 43.19º 0.77% 0.93% -
XYZ 53.17 53.4 11.12 -
YUV 186.32 53.9 164.15 -
System Red Green Blue C M Y K H S L
Decimal 237 186 55 0 0.22 0.77 0.07 43.19 0.83 0.57
Hex ED BA 37 0 16 4D 7 2B 53 39
Octal 355 272 67 0 26 115 7 53 123 71
Binary 11101101 10111010 110111 0 10110 1001101 111 101011 1010011 111001

Color Harmonies of #EDBA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA37

Black with #EDBA37

Text Example


Text Example

White with #EDBA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA37; }

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

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

background-color css

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

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

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

border-color css

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

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

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