Html Css Color HEX #EDC028 Bright Sun

📋 copy color: '#EDC028'

red 237 ◦ green 192 ◦ blue 40

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

Shades of Bright Sun #EDC028

Tints of Bright Sun #EDC028

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.94%

 BLUE value IS 40 (16.02% from 255) = 8.53%

R = 50.53%
G = 40.94%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDC028 (or 0xEDC028) is known color: Bright Sun. HEX triplet: ED, C0 and 28. RGB value is (237,192,40). Sum of RGB (Red+Green+Blue) = 237+192+40=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 40 (16.02% from 255 or 8.53% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC028 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC028 is #123FD7. Grayscale: #BCBCBC. Windows color (decimal): -1195992 or 2670829. OLE color: 2670829.

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

Color convert

RGB 237 192 40 -
CMYK 0 0.19 0.83 0.07
HSL 46.29º 0.85% 0.54% -
HSV(B) 46.29º 0.83% 0.93% -
XYZ 54.16 55.86 9.93 -
YUV 188.13 44.41 162.86 -
System Red Green Blue C M Y K H S L
Decimal 237 192 40 0 0.19 0.83 0.07 46.29 0.85 0.54
Hex ED C0 28 0 13 53 7 2E 55 36
Octal 355 300 50 0 23 123 7 56 125 66
Binary 11101101 11000000 101000 0 10011 1010011 111 101110 1010101 110110

Color Harmonies of #EDC028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC028

Black with #EDC028

Text Example


Text Example

White with #EDC028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC028; }

 p { color: rgb(237,192,40); }

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

background-color css

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

 a { background-color: rgb(237,192,40); }

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

border-color css

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

 span { border-color: rgb(237,192,40); }

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