Html Css Color HEX #EDC031 Bright Sun

📋 copy color: '#EDC031'

red 237 ◦ green 192 ◦ blue 49

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

Shades of Bright Sun #EDC031

Tints of Bright Sun #EDC031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.25%

R = 49.58%
G = 40.17%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDC031 (or 0xEDC031) is known color: Bright Sun. HEX triplet: ED, C0 and 31. RGB value is (237,192,49). Sum of RGB (Red+Green+Blue) = 237+192+49=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 49 (19.53% from 255 or 10.25% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC031 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC031 is #123FCE. Grayscale: #BDBDBD. Windows color (decimal): -1195983 or 3260653. OLE color: 3260653.

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

Color convert

RGB 237 192 49 -
CMYK 0 0.19 0.79 0.07
HSL 45.64º 0.84% 0.56% -
HSV(B) 45.64º 0.79% 0.93% -
XYZ 54.33 55.93 10.84 -
YUV 189.15 48.91 162.13 -
System Red Green Blue C M Y K H S L
Decimal 237 192 49 0 0.19 0.79 0.07 45.64 0.84 0.56
Hex ED C0 31 0 13 4F 7 2E 54 38
Octal 355 300 61 0 23 117 7 56 124 70
Binary 11101101 11000000 110001 0 10011 1001111 111 101110 1010100 111000

Color Harmonies of #EDC031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC031

Black with #EDC031

Text Example


Text Example

White with #EDC031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC031; }

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

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

background-color css

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

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

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

border-color css

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

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

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