Html Css Color HEX #EDC227 Bright Sun

📋 copy color: '#EDC227'

red 237 ◦ green 194 ◦ blue 39

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

Shades of Bright Sun #EDC227

Tints of Bright Sun #EDC227

RGB

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

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

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

R = 50.43%
G = 41.28%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDC227 (or 0xEDC227) is known color: Bright Sun. HEX triplet: ED, C2 and 27. RGB value is (237,194,39). Sum of RGB (Red+Green+Blue) = 237+194+39=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 39 (15.62% from 255 or 8.30% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC227 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC227 is #123DD8. Grayscale: #BDBDBD. Windows color (decimal): -1195481 or 2605805. OLE color: 2605805.

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

Color convert

RGB 237 194 39 -
CMYK 0 0.18 0.84 0.07
HSL 46.97º 0.85% 0.54% -
HSV(B) 46.97º 0.84% 0.93% -
XYZ 54.58 56.73 9.99 -
YUV 189.19 43.25 162.1 -
System Red Green Blue C M Y K H S L
Decimal 237 194 39 0 0.18 0.84 0.07 46.97 0.85 0.54
Hex ED C2 27 0 12 54 7 2F 55 36
Octal 355 302 47 0 22 124 7 57 125 66
Binary 11101101 11000010 100111 0 10010 1010100 111 101111 1010101 110110

Color Harmonies of #EDC227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC227

Black with #EDC227

Text Example


Text Example

White with #EDC227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC227; }

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

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

background-color css

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

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

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

border-color css

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

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

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