Html Css Color HEX #EDC329 Bright Sun

📋 copy color: '#EDC329'

red 237 ◦ green 195 ◦ blue 41

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

Shades of Bright Sun #EDC329

Tints of Bright Sun #EDC329

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.23%

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

R = 50.11%
G = 41.23%
B = 8.67%

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

#EDC329 (or 0xEDC329) is known color: Bright Sun. HEX triplet: ED, C3 and 29. RGB value is (237,195,41). Sum of RGB (Red+Green+Blue) = 237+195+41=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 41 (16.41% from 255 or 8.67% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC329 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC329 is #123CD6. Grayscale: #BEBEBE. Windows color (decimal): -1195223 or 2737133. OLE color: 2737133.

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

Color convert

RGB 237 195 41 -
CMYK 0 0.18 0.83 0.07
HSL 47.14º 0.84% 0.55% -
HSV(B) 47.14º 0.83% 0.93% -
XYZ 54.84 57.19 10.25 -
YUV 190 43.91 161.52 -
System Red Green Blue C M Y K H S L
Decimal 237 195 41 0 0.18 0.83 0.07 47.14 0.84 0.55
Hex ED C3 29 0 12 53 7 2F 54 37
Octal 355 303 51 0 22 123 7 57 124 67
Binary 11101101 11000011 101001 0 10010 1010011 111 101111 1010100 110111

Color Harmonies of #EDC329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC329

Black with #EDC329

Text Example


Text Example

White with #EDC329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC329; }

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

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

background-color css

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

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

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

border-color css

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

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

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