Html Css Color HEX #EDBA36 Bright Sun

📋 copy color: '#EDBA36'

red 237 ◦ green 186 ◦ blue 54

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

Shades of Bright Sun #EDBA36

Tints of Bright Sun #EDBA36

RGB

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

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

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

R = 49.69%
G = 38.99%
B = 11.32%

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

#EDBA36 (or 0xEDBA36) is known color: Bright Sun. HEX triplet: ED, BA and 36. RGB value is (237,186,54). Sum of RGB (Red+Green+Blue) = 237+186+54=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 54 (21.48% from 255 or 11.32% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBA36 is #1245C9. Grayscale: #BABABA. Windows color (decimal): -1197514 or 3586797. OLE color: 3586797.

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

Color convert

RGB 237 186 54 -
CMYK 0 0.22 0.77 0.07
HSL 43.28º 0.84% 0.57% -
HSV(B) 43.28º 0.77% 0.93% -
XYZ 53.15 53.39 10.99 -
YUV 186.2 53.4 164.23 -
System Red Green Blue C M Y K H S L
Decimal 237 186 54 0 0.22 0.77 0.07 43.28 0.84 0.57
Hex ED BA 36 0 16 4D 7 2B 54 39
Octal 355 272 66 0 26 115 7 53 124 71
Binary 11101101 10111010 110110 0 10110 1001101 111 101011 1010100 111001

Color Harmonies of #EDBA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA36

Black with #EDBA36

Text Example


Text Example

White with #EDBA36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA36; }

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

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

background-color css

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

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

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

border-color css

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

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

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