Html Css Color HEX #EDC328 Bright Sun

📋 copy color: '#EDC328'

red 237 ◦ green 195 ◦ blue 40

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

Shades of Bright Sun #EDC328

Tints of Bright Sun #EDC328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.47%

R = 50.21%
G = 41.31%
B = 8.47%

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

#EDC328 (or 0xEDC328) is known color: Bright Sun. HEX triplet: ED, C3 and 28. RGB value is (237,195,40). Sum of RGB (Red+Green+Blue) = 237+195+40=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 40 (16.02% from 255 or 8.47% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC328 is #123CD7. Grayscale: #BEBEBE. Windows color (decimal): -1195224 or 2671597. OLE color: 2671597.

HSL color Cylindrical-coordinate representation of color #EDC328: hue angle of 47.21º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDC328 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 195 40 -
CMYK 0 0.18 0.83 0.07
HSL 47.21º 0.85% 0.54% -
HSV(B) 47.21º 0.83% 0.93% -
XYZ 54.82 57.19 10.16 -
YUV 189.89 43.41 161.6 -
System Red Green Blue C M Y K H S L
Decimal 237 195 40 0 0.18 0.83 0.07 47.21 0.85 0.54
Hex ED C3 28 0 12 53 7 2F 55 36
Octal 355 303 50 0 22 123 7 57 125 66
Binary 11101101 11000011 101000 0 10010 1010011 111 101111 1010101 110110

Color Harmonies of #EDC328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC328

Black with #EDC328

Text Example


Text Example

White with #EDC328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC328; }

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

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

background-color css

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

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

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

border-color css

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

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

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