Html Css Color HEX #EDB927 Bright Sun

📋 copy color: '#EDB927'

red 237 ◦ green 185 ◦ blue 39

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

Shades of Bright Sun #EDB927

Tints of Bright Sun #EDB927

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.13%

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

R = 51.41%
G = 40.13%
B = 8.46%

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

#EDB927 (or 0xEDB927) is known color: Bright Sun. HEX triplet: ED, B9 and 27. RGB value is (237,185,39). Sum of RGB (Red+Green+Blue) = 237+185+39=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 39 (15.62% from 255 or 8.46% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB927 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB927 is #1246D8. Grayscale: #B8B8B8. Windows color (decimal): -1197785 or 2603501. OLE color: 2603501.

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

Color convert

RGB 237 185 39 -
CMYK 0 0.22 0.84 0.07
HSL 44.24º 0.85% 0.54% -
HSV(B) 44.24º 0.84% 0.93% -
XYZ 52.64 52.85 9.35 -
YUV 183.9 46.23 165.87 -
System Red Green Blue C M Y K H S L
Decimal 237 185 39 0 0.22 0.84 0.07 44.24 0.85 0.54
Hex ED B9 27 0 16 54 7 2C 55 36
Octal 355 271 47 0 26 124 7 54 125 66
Binary 11101101 10111001 100111 0 10110 1010100 111 101100 1010101 110110

Color Harmonies of #EDB927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB927

Black with #EDB927

Text Example


Text Example

White with #EDB927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB927; }

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

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

background-color css

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

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

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

border-color css

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

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

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