Html Css Color HEX #EDB828 Bright Sun

📋 copy color: '#EDB828'

red 237 ◦ green 184 ◦ blue 40

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

Shades of Bright Sun #EDB828

Tints of Bright Sun #EDB828

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.91%

 BLUE value IS 40 (16.02% from 255) = 8.68%

R = 51.41%
G = 39.91%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDB828 (or 0xEDB828) is known color: Bright Sun. HEX triplet: ED, B8 and 28. RGB value is (237,184,40). Sum of RGB (Red+Green+Blue) = 237+184+40=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 40 (16.02% from 255 or 8.68% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB828 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB828 is #1247D7. Grayscale: #B8B8B8. Windows color (decimal): -1198040 or 2668781. OLE color: 2668781.

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

Color convert

RGB 237 184 40 -
CMYK 0 0.22 0.83 0.07
HSL 43.86º 0.85% 0.54% -
HSV(B) 43.86º 0.83% 0.93% -
XYZ 52.45 52.44 9.36 -
YUV 183.43 47.06 166.21 -
System Red Green Blue C M Y K H S L
Decimal 237 184 40 0 0.22 0.83 0.07 43.86 0.85 0.54
Hex ED B8 28 0 16 53 7 2C 55 36
Octal 355 270 50 0 26 123 7 54 125 66
Binary 11101101 10111000 101000 0 10110 1010011 111 101100 1010101 110110

Color Harmonies of #EDB828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB828

Black with #EDB828

Text Example


Text Example

White with #EDB828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB828; }

 p { color: rgb(237,184,40); }

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

background-color css

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

 a { background-color: rgb(237,184,40); }

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

border-color css

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

 span { border-color: rgb(237,184,40); }

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