Html Css Color HEX #EDC345 Festival

📋 copy color: '#EDC345'

red 237 ◦ green 195 ◦ blue 69

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

Shades of Festival #EDC345

Tints of Festival #EDC345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.77%

R = 47.31%
G = 38.92%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDC345 (or 0xEDC345) is known color: Festival. HEX triplet: ED, C3 and 45. RGB value is (237,195,69). Sum of RGB (Red+Green+Blue) = 237+195+69=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 69 (27.34% from 255 or 13.77% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC345 is #123CBA. Grayscale: #C1C1C1. Windows color (decimal): -1195195 or 4572141. OLE color: 4572141.

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

Color convert

RGB 237 195 69 -
CMYK 0 0.18 0.71 0.07
HSL 45º 0.82% 0.6% -
HSV(B) 45º 0.71% 0.93% -
XYZ 55.51 57.46 13.8 -
YUV 193.19 57.91 159.25 -
System Red Green Blue C M Y K H S L
Decimal 237 195 69 0 0.18 0.71 0.07 45 0.82 0.6
Hex ED C3 45 0 12 47 7 2D 52 3C
Octal 355 303 105 0 22 107 7 55 122 74
Binary 11101101 11000011 1000101 0 10010 1000111 111 101101 1010010 111100

Color Harmonies of #EDC345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC345

Black with #EDC345

Text Example


Text Example

White with #EDC345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC345; }

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

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

background-color css

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

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

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

border-color css

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

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

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