Html Css Color HEX #EDB827 Bright Sun

📋 copy color: '#EDB827'

red 237 ◦ green 184 ◦ blue 39

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

Shades of Bright Sun #EDB827

Tints of Bright Sun #EDB827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.48%

R = 51.52%
G = 40%
B = 8.48%

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

#EDB827 (or 0xEDB827) is known color: Bright Sun. HEX triplet: ED, B8 and 27. RGB value is (237,184,39). Sum of RGB (Red+Green+Blue) = 237+184+39=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 39 (15.62% from 255 or 8.48% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB827 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB827 is #1247D8. Grayscale: #B7B7B7. Windows color (decimal): -1198041 or 2603245. OLE color: 2603245.

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

Color convert

RGB 237 184 39 -
CMYK 0 0.22 0.84 0.07
HSL 43.94º 0.85% 0.54% -
HSV(B) 43.94º 0.84% 0.93% -
XYZ 52.43 52.43 9.28 -
YUV 183.32 46.56 166.29 -
System Red Green Blue C M Y K H S L
Decimal 237 184 39 0 0.22 0.84 0.07 43.94 0.85 0.54
Hex ED B8 27 0 16 54 7 2C 55 36
Octal 355 270 47 0 26 124 7 54 125 66
Binary 11101101 10111000 100111 0 10110 1010100 111 101100 1010101 110110

Color Harmonies of #EDB827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB827

Black with #EDB827

Text Example


Text Example

White with #EDB827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB827; }

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

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

background-color css

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

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

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

border-color css

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

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

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