Html Css Color HEX #EDB724 Bright Sun

📋 copy color: '#EDB724'

red 237 ◦ green 183 ◦ blue 36

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

Shades of Bright Sun #EDB724

Tints of Bright Sun #EDB724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.89%

R = 51.97%
G = 40.13%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EDB724 (or 0xEDB724) is known color: Bright Sun. HEX triplet: ED, B7 and 24. RGB value is (237,183,36). Sum of RGB (Red+Green+Blue) = 237+183+36=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 36 (14.45% from 255 or 7.89% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB724 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB724 is #1248DB. Grayscale: #B7B7B7. Windows color (decimal): -1198300 or 2406381. OLE color: 2406381.

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

Color convert

RGB 237 183 36 -
CMYK 0 0.23 0.85 0.07
HSL 43.88º 0.85% 0.54% -
HSV(B) 43.88º 0.85% 0.93% -
XYZ 52.18 52 8.96 -
YUV 182.39 45.39 166.95 -
System Red Green Blue C M Y K H S L
Decimal 237 183 36 0 0.23 0.85 0.07 43.88 0.85 0.54
Hex ED B7 24 0 17 55 7 2C 55 36
Octal 355 267 44 0 27 125 7 54 125 66
Binary 11101101 10110111 100100 0 10111 1010101 111 101100 1010101 110110

Color Harmonies of #EDB724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB724

Black with #EDB724

Text Example


Text Example

White with #EDB724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB724; }

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

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

background-color css

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

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

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

border-color css

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

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

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