Html Css Color HEX #EDB825 Bright Sun

📋 copy color: '#EDB825'

red 237 ◦ green 184 ◦ blue 37

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

Shades of Bright Sun #EDB825

Tints of Bright Sun #EDB825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.08%

R = 51.75%
G = 40.17%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDB825 (or 0xEDB825) is known color: Bright Sun. HEX triplet: ED, B8 and 25. RGB value is (237,184,37). Sum of RGB (Red+Green+Blue) = 237+184+37=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 37 (14.84% from 255 or 8.08% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB825 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB825 is #1247DA. Grayscale: #B7B7B7. Windows color (decimal): -1198043 or 2472173. OLE color: 2472173.

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

Color convert

RGB 237 184 37 -
CMYK 0 0.22 0.84 0.07
HSL 44.1º 0.85% 0.54% -
HSV(B) 44.1º 0.84% 0.93% -
XYZ 52.4 52.42 9.11 -
YUV 183.09 45.56 166.45 -
System Red Green Blue C M Y K H S L
Decimal 237 184 37 0 0.22 0.84 0.07 44.1 0.85 0.54
Hex ED B8 25 0 16 54 7 2C 55 36
Octal 355 270 45 0 26 124 7 54 125 66
Binary 11101101 10111000 100101 0 10110 1010100 111 101100 1010101 110110

Color Harmonies of #EDB825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB825

Black with #EDB825

Text Example


Text Example

White with #EDB825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB825; }

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

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

background-color css

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

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

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

border-color css

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

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

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