Html Css Color HEX #EDC645 Festival

📋 copy color: '#EDC645'

red 237 ◦ green 198 ◦ blue 69

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

Shades of Festival #EDC645

Tints of Festival #EDC645

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.29%

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

R = 47.02%
G = 39.29%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDC645 (or 0xEDC645) is known color: Festival. HEX triplet: ED, C6 and 45. RGB value is (237,198,69). Sum of RGB (Red+Green+Blue) = 237+198+69=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 69 (27.34% from 255 or 13.69% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC645 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC645 is #1239BA. Grayscale: #C3C3C3. Windows color (decimal): -1194427 or 4572909. OLE color: 4572909.

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

Color convert

RGB 237 198 69 -
CMYK 0 0.16 0.71 0.07
HSL 46.07º 0.82% 0.6% -
HSV(B) 46.07º 0.71% 0.93% -
XYZ 56.19 58.82 14.02 -
YUV 194.96 56.92 157.99 -
System Red Green Blue C M Y K H S L
Decimal 237 198 69 0 0.16 0.71 0.07 46.07 0.82 0.6
Hex ED C6 45 0 10 47 7 2E 52 3C
Octal 355 306 105 0 20 107 7 56 122 74
Binary 11101101 11000110 1000101 0 10000 1000111 111 101110 1010010 111100

Color Harmonies of #EDC645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC645

Black with #EDC645

Text Example


Text Example

White with #EDC645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC645; }

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

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

background-color css

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

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

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

border-color css

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

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

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