Html Css Color HEX #EDC948 Festival

📋 copy color: '#EDC948'

red 237 ◦ green 201 ◦ blue 72

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

Shades of Festival #EDC948

Tints of Festival #EDC948

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.41%

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

R = 46.47%
G = 39.41%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDC948 (or 0xEDC948) is known color: Festival. HEX triplet: ED, C9 and 48. RGB value is (237,201,72). Sum of RGB (Red+Green+Blue) = 237+201+72=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 72 (28.52% from 255 or 14.12% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC948 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC948 is #1236B7. Grayscale: #C5C5C5. Windows color (decimal): -1193656 or 4770285. OLE color: 4770285.

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

Color convert

RGB 237 201 72 -
CMYK 0 0.15 0.70 0.07
HSL 46.91º 0.82% 0.61% -
HSV(B) 46.91º 0.7% 0.93% -
XYZ 56.98 60.25 14.76 -
YUV 197.06 57.43 156.49 -
System Red Green Blue C M Y K H S L
Decimal 237 201 72 0 0.15 0.70 0.07 46.91 0.82 0.61
Hex ED C9 48 0 F 46 7 2F 52 3D
Octal 355 311 110 0 17 106 7 57 122 75
Binary 11101101 11001001 1001000 0 1111 1000110 111 101111 1010010 111101

Color Harmonies of #EDC948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC948

Black with #EDC948

Text Example


Text Example

White with #EDC948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC948; }

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

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

background-color css

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

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

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

border-color css

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

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

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