Html Css Color HEX #EDBA3A Bright Sun

📋 copy color: '#EDBA3A'

red 237 ◦ green 186 ◦ blue 58

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

Shades of Bright Sun #EDBA3A

Tints of Bright Sun #EDBA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.06%

R = 49.27%
G = 38.67%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDBA3A (or 0xEDBA3A) is known color: Bright Sun. HEX triplet: ED, BA and 3A. RGB value is (237,186,58). Sum of RGB (Red+Green+Blue) = 237+186+58=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 58 (23.05% from 255 or 12.06% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBA3A is #1245C5. Grayscale: #BBBBBB. Windows color (decimal): -1197510 or 3848941. OLE color: 3848941.

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

Color convert

RGB 237 186 58 -
CMYK 0 0.22 0.76 0.07
HSL 42.91º 0.83% 0.58% -
HSV(B) 42.91º 0.76% 0.93% -
XYZ 53.25 53.43 11.51 -
YUV 186.66 55.4 163.91 -
System Red Green Blue C M Y K H S L
Decimal 237 186 58 0 0.22 0.76 0.07 42.91 0.83 0.58
Hex ED BA 3A 0 16 4C 7 2B 53 3A
Octal 355 272 72 0 26 114 7 53 123 72
Binary 11101101 10111010 111010 0 10110 1001100 111 101011 1010011 111010

Color Harmonies of #EDBA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA3A

Black with #EDBA3A

Text Example


Text Example

White with #EDBA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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