Html Css Color HEX #EDCE46 Festival

📋 copy color: '#EDCE46'

red 237 ◦ green 206 ◦ blue 70

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

Shades of Festival #EDCE46

Tints of Festival #EDCE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.65%

R = 46.2%
G = 40.16%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDCE46 (or 0xEDCE46) is known color: Festival. HEX triplet: ED, CE and 46. RGB value is (237,206,70). Sum of RGB (Red+Green+Blue) = 237+206+70=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 70 (27.73% from 255 or 13.65% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE46 is #1231B9. Grayscale: #C8C8C8. Windows color (decimal): -1192378 or 4640493. OLE color: 4640493.

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

Color convert

RGB 237 206 70 -
CMYK 0 0.13 0.70 0.07
HSL 48.86º 0.82% 0.6% -
HSV(B) 48.86º 0.7% 0.93% -
XYZ 58.1 62.59 14.81 -
YUV 199.77 54.77 154.56 -
System Red Green Blue C M Y K H S L
Decimal 237 206 70 0 0.13 0.70 0.07 48.86 0.82 0.6
Hex ED CE 46 0 D 46 7 31 52 3C
Octal 355 316 106 0 15 106 7 61 122 74
Binary 11101101 11001110 1000110 0 1101 1000110 111 110001 1010010 111100

Color Harmonies of #EDCE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE46

Black with #EDCE46

Text Example


Text Example

White with #EDCE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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