Html Css Color HEX #EDC648 Festival

📋 copy color: '#EDC648'

red 237 ◦ green 198 ◦ blue 72

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

Shades of Festival #EDC648

Tints of Festival #EDC648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.2%

R = 46.75%
G = 39.05%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDC648 (or 0xEDC648) is known color: Festival. HEX triplet: ED, C6 and 48. RGB value is (237,198,72). Sum of RGB (Red+Green+Blue) = 237+198+72=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 72 (28.52% from 255 or 14.20% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC648 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC648 is #1239B7. Grayscale: #C3C3C3. Windows color (decimal): -1194424 or 4769517. OLE color: 4769517.

HSL color Cylindrical-coordinate representation of color #EDC648: hue angle of 45.82º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDC648 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 198 72 -
CMYK 0 0.16 0.70 0.07
HSL 45.82º 0.82% 0.61% -
HSV(B) 45.82º 0.7% 0.93% -
XYZ 56.29 58.86 14.53 -
YUV 195.3 58.42 157.75 -
System Red Green Blue C M Y K H S L
Decimal 237 198 72 0 0.16 0.70 0.07 45.82 0.82 0.61
Hex ED C6 48 0 10 46 7 2E 52 3D
Octal 355 306 110 0 20 106 7 56 122 75
Binary 11101101 11000110 1001000 0 10000 1000110 111 101110 1010010 111101

Color Harmonies of #EDC648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC648

Black with #EDC648

Text Example


Text Example

White with #EDC648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC648; }

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

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

background-color css

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

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

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

border-color css

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

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

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