Html Css Color HEX #EDC229 Bright Sun

📋 copy color: '#EDC229'

red 237 ◦ green 194 ◦ blue 41

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

Shades of Bright Sun #EDC229

Tints of Bright Sun #EDC229

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.1%

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

R = 50.21%
G = 41.1%
B = 8.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDC229 (or 0xEDC229) is known color: Bright Sun. HEX triplet: ED, C2 and 29. RGB value is (237,194,41). Sum of RGB (Red+Green+Blue) = 237+194+41=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 41 (16.41% from 255 or 8.69% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC229 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC229 is #123DD6. Grayscale: #BEBEBE. Windows color (decimal): -1195479 or 2736877. OLE color: 2736877.

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

Color convert

RGB 237 194 41 -
CMYK 0 0.18 0.83 0.07
HSL 46.84º 0.84% 0.55% -
HSV(B) 46.84º 0.83% 0.93% -
XYZ 54.62 56.75 10.17 -
YUV 189.42 44.25 161.94 -
System Red Green Blue C M Y K H S L
Decimal 237 194 41 0 0.18 0.83 0.07 46.84 0.84 0.55
Hex ED C2 29 0 12 53 7 2F 54 37
Octal 355 302 51 0 22 123 7 57 124 67
Binary 11101101 11000010 101001 0 10010 1010011 111 101111 1010100 110111

Color Harmonies of #EDC229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC229

Black with #EDC229

Text Example


Text Example

White with #EDC229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC229; }

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

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

background-color css

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

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

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

border-color css

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

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

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