Html Css Color HEX #EDCE49 Festival

📋 copy color: '#EDCE49'

red 237 ◦ green 206 ◦ blue 73

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

Shades of Festival #EDCE49

Tints of Festival #EDCE49

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.92%

 BLUE value IS 73 (28.91% from 255) = 14.15%

R = 45.93%
G = 39.92%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDCE49 (or 0xEDCE49) is known color: Festival. HEX triplet: ED, CE and 49. RGB value is (237,206,73). Sum of RGB (Red+Green+Blue) = 237+206+73=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 73 (28.91% from 255 or 14.15% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE49 is #1231B6. Grayscale: #C8C8C8. Windows color (decimal): -1192375 or 4837101. OLE color: 4837101.

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

Color convert

RGB 237 206 73 -
CMYK 0 0.13 0.69 0.07
HSL 48.66º 0.82% 0.61% -
HSV(B) 48.66º 0.69% 0.93% -
XYZ 58.2 62.63 15.32 -
YUV 200.11 56.27 154.31 -
System Red Green Blue C M Y K H S L
Decimal 237 206 73 0 0.13 0.69 0.07 48.66 0.82 0.61
Hex ED CE 49 0 D 45 7 31 52 3D
Octal 355 316 111 0 15 105 7 61 122 75
Binary 11101101 11001110 1001001 0 1101 1000101 111 110001 1010010 111101

Color Harmonies of #EDCE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE49

Black with #EDCE49

Text Example


Text Example

White with #EDCE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE49; }

 p { color: rgb(237,206,73); }

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

background-color css

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

 a { background-color: rgb(237,206,73); }

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

border-color css

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

 span { border-color: rgb(237,206,73); }

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