Html Css Color HEX #EDC026 Bright Sun

📋 copy color: '#EDC026'

red 237 ◦ green 192 ◦ blue 38

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

Shades of Bright Sun #EDC026

Tints of Bright Sun #EDC026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.14%

R = 50.75%
G = 41.11%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDC026 (or 0xEDC026) is known color: Bright Sun. HEX triplet: ED, C0 and 26. RGB value is (237,192,38). Sum of RGB (Red+Green+Blue) = 237+192+38=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 38 (15.23% from 255 or 8.14% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC026 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC026 is #123FD9. Grayscale: #BCBCBC. Windows color (decimal): -1195994 or 2539757. OLE color: 2539757.

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

Color convert

RGB 237 192 38 -
CMYK 0 0.19 0.84 0.07
HSL 46.43º 0.85% 0.54% -
HSV(B) 46.43º 0.84% 0.93% -
XYZ 54.12 55.84 9.76 -
YUV 187.9 43.41 163.02 -
System Red Green Blue C M Y K H S L
Decimal 237 192 38 0 0.19 0.84 0.07 46.43 0.85 0.54
Hex ED C0 26 0 13 54 7 2E 55 36
Octal 355 300 46 0 23 124 7 56 125 66
Binary 11101101 11000000 100110 0 10011 1010100 111 101110 1010101 110110

Color Harmonies of #EDC026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC026

Black with #EDC026

Text Example


Text Example

White with #EDC026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC026; }

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

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

background-color css

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

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

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

border-color css

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

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

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