Html Css Color HEX #EDB931 Bright Sun

📋 copy color: '#EDB931'

red 237 ◦ green 185 ◦ blue 49

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

Shades of Bright Sun #EDB931

Tints of Bright Sun #EDB931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.4%

R = 50.32%
G = 39.28%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDB931 (or 0xEDB931) is known color: Bright Sun. HEX triplet: ED, B9 and 31. RGB value is (237,185,49). Sum of RGB (Red+Green+Blue) = 237+185+49=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 49 (19.53% from 255 or 10.40% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB931 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB931 is #1246CE. Grayscale: #B9B9B9. Windows color (decimal): -1197775 or 3258861. OLE color: 3258861.

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

Color convert

RGB 237 185 49 -
CMYK 0 0.22 0.79 0.07
HSL 43.4º 0.84% 0.56% -
HSV(B) 43.4º 0.79% 0.93% -
XYZ 52.83 52.92 10.34 -
YUV 185.04 51.23 165.06 -
System Red Green Blue C M Y K H S L
Decimal 237 185 49 0 0.22 0.79 0.07 43.4 0.84 0.56
Hex ED B9 31 0 16 4F 7 2B 54 38
Octal 355 271 61 0 26 117 7 53 124 70
Binary 11101101 10111001 110001 0 10110 1001111 111 101011 1010100 111000

Color Harmonies of #EDB931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB931

Black with #EDB931

Text Example


Text Example

White with #EDB931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB931; }

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

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

background-color css

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

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

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

border-color css

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

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

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