Html Css Color HEX #EDB725 Bright Sun

📋 copy color: '#EDB725'

red 237 ◦ green 183 ◦ blue 37

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

Shades of Bright Sun #EDB725

Tints of Bright Sun #EDB725

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.04%

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

R = 51.86%
G = 40.04%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDB725 (or 0xEDB725) is known color: Bright Sun. HEX triplet: ED, B7 and 25. RGB value is (237,183,37). Sum of RGB (Red+Green+Blue) = 237+183+37=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 37 (14.84% from 255 or 8.10% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB725 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB725 is #1248DA. Grayscale: #B7B7B7. Windows color (decimal): -1198299 or 2471917. OLE color: 2471917.

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

Color convert

RGB 237 183 37 -
CMYK 0 0.23 0.84 0.07
HSL 43.8º 0.85% 0.54% -
HSV(B) 43.8º 0.84% 0.93% -
XYZ 52.19 52.01 9.04 -
YUV 182.5 45.89 166.87 -
System Red Green Blue C M Y K H S L
Decimal 237 183 37 0 0.23 0.84 0.07 43.8 0.85 0.54
Hex ED B7 25 0 17 54 7 2C 55 36
Octal 355 267 45 0 27 124 7 54 125 66
Binary 11101101 10110111 100101 0 10111 1010100 111 101100 1010101 110110

Color Harmonies of #EDB725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB725

Black with #EDB725

Text Example


Text Example

White with #EDB725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB725; }

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

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

background-color css

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

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

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

border-color css

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

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

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