Html Css Color HEX #EDB529 Bright Sun

📋 copy color: '#EDB529'

red 237 ◦ green 181 ◦ blue 41

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

Shades of Bright Sun #EDB529

Tints of Bright Sun #EDB529

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.43%

 BLUE value IS 41 (16.41% from 255) = 8.93%

R = 51.63%
G = 39.43%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDB529 (or 0xEDB529) is known color: Bright Sun. HEX triplet: ED, B5 and 29. RGB value is (237,181,41). Sum of RGB (Red+Green+Blue) = 237+181+41=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 41 (16.41% from 255 or 8.93% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB529 is #124AD6. Grayscale: #B6B6B6. Windows color (decimal): -1198807 or 2733549. OLE color: 2733549.

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

Color convert

RGB 237 181 41 -
CMYK 0 0.24 0.83 0.07
HSL 42.86º 0.84% 0.55% -
HSV(B) 42.86º 0.83% 0.93% -
XYZ 51.85 51.21 9.25 -
YUV 181.78 48.55 167.38 -
System Red Green Blue C M Y K H S L
Decimal 237 181 41 0 0.24 0.83 0.07 42.86 0.84 0.55
Hex ED B5 29 0 18 53 7 2B 54 37
Octal 355 265 51 0 30 123 7 53 124 67
Binary 11101101 10110101 101001 0 11000 1010011 111 101011 1010100 110111

Color Harmonies of #EDB529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB529

Black with #EDB529

Text Example


Text Example

White with #EDB529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB529; }

 p { color: rgb(237,181,41); }

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

background-color css

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

 a { background-color: rgb(237,181,41); }

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

border-color css

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

 span { border-color: rgb(237,181,41); }

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