Html Css Color HEX #EDB131 Bright Sun

📋 copy color: '#EDB131'

red 237 ◦ green 177 ◦ blue 49

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

Shades of Bright Sun #EDB131

Tints of Bright Sun #EDB131

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.23%

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

R = 51.19%
G = 38.23%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDB131 (or 0xEDB131) is known color: Bright Sun. HEX triplet: ED, B1 and 31. RGB value is (237,177,49). Sum of RGB (Red+Green+Blue) = 237+177+49=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 49 (19.53% from 255 or 10.58% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB131 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB131 is #124ECE. Grayscale: #B4B4B4. Windows color (decimal): -1199823 or 3256813. OLE color: 3256813.

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

Color convert

RGB 237 177 49 -
CMYK 0 0.25 0.79 0.07
HSL 40.85º 0.84% 0.56% -
HSV(B) 40.85º 0.79% 0.93% -
XYZ 51.2 49.67 9.79 -
YUV 180.35 53.88 168.41 -
System Red Green Blue C M Y K H S L
Decimal 237 177 49 0 0.25 0.79 0.07 40.85 0.84 0.56
Hex ED B1 31 0 19 4F 7 29 54 38
Octal 355 261 61 0 31 117 7 51 124 70
Binary 11101101 10110001 110001 0 11001 1001111 111 101001 1010100 111000

Color Harmonies of #EDB131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB131

Black with #EDB131

Text Example


Text Example

White with #EDB131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB131; }

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

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

background-color css

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

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

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

border-color css

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

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

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