Html Css Color HEX #EDB935 Bright Sun

📋 copy color: '#EDB935'

red 237 ◦ green 185 ◦ blue 53

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

Shades of Bright Sun #EDB935

Tints of Bright Sun #EDB935

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.95%

 BLUE value IS 53 (21.09% from 255) = 11.16%

R = 49.89%
G = 38.95%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDB935 (or 0xEDB935) is known color: Bright Sun. HEX triplet: ED, B9 and 35. RGB value is (237,185,53). Sum of RGB (Red+Green+Blue) = 237+185+53=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 53 (21.09% from 255 or 11.16% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB935 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB935 is #1246CA. Grayscale: #BABABA. Windows color (decimal): -1197771 or 3521005. OLE color: 3521005.

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

Color convert

RGB 237 185 53 -
CMYK 0 0.22 0.78 0.07
HSL 43.04º 0.84% 0.57% -
HSV(B) 43.04º 0.78% 0.93% -
XYZ 52.92 52.96 10.8 -
YUV 185.5 53.23 164.73 -
System Red Green Blue C M Y K H S L
Decimal 237 185 53 0 0.22 0.78 0.07 43.04 0.84 0.57
Hex ED B9 35 0 16 4E 7 2B 54 39
Octal 355 271 65 0 26 116 7 53 124 71
Binary 11101101 10111001 110101 0 10110 1001110 111 101011 1010100 111001

Color Harmonies of #EDB935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB935

Black with #EDB935

Text Example


Text Example

White with #EDB935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB935; }

 p { color: rgb(237,185,53); }

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

background-color css

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

 a { background-color: rgb(237,185,53); }

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

border-color css

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

 span { border-color: rgb(237,185,53); }

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